HomeSort by relevance Sort by last modified time
    Searched refs:DefinitionNotFoundError (Results 1 - 4 of 4) sorted by null

  /external/python/apitools/apitools/base/protorpclite/
descriptor.py 490 DefinitionNotFoundError when a name does not refer to either a definition
510 except messages.DefinitionNotFoundError as err:
520 except messages.DefinitionNotFoundError:
563 an appropriate descriptor. It may raise DefinitionNotFoundError.
581 DefinitionNotFoundError if not descriptor exists for definition name.
593 raise messages.DefinitionNotFoundError(
descriptor_test.py 501 messages.DefinitionNotFoundError,
507 messages.DefinitionNotFoundError,
messages_test.py     [all...]
messages.py 43 DefinitionNotFoundError: Raised when definition not found.
83 'DefinitionNotFoundError',
123 class DefinitionNotFoundError(Error):
    [all...]

Completed in 1353 milliseconds