Searched refs:InvalidCorsError (Results 1 – 2 of 2) sorted by relevance
24 from boto.exception import InvalidCorsError74 raise InvalidCorsError('Invalid tag %s at parse level %d: ' %93 raise InvalidCorsError('Tag %s found outside collection' % name)96 raise InvalidCorsError('Tag %s not allowed in %s collection' %100 raise InvalidCorsError('Unsupported tag ' + name)117 raise InvalidCorsError('Mismatched start and end tags (%s/%s)' %134 raise InvalidCorsError('Tag %s found outside collection' % name)137 raise InvalidCorsError('Tag %s not allowed in %s collection' %140 raise InvalidCorsError('Mismatched start and end tags (%s/%s)' %147 raise InvalidCorsError('Unsupported end tag ' + name)
470 class InvalidCorsError(Exception): class474 super(InvalidCorsError, self).__init__(message)