Util Errors module.
EmailSendError
[source]¶Bases: google.cloud.forseti.common.util.errors.Error
Unable to send email.
InvalidFileExtensionError
[source]¶Bases: google.cloud.forseti.common.util.errors.Error
No parser exists for the given file extension.
InvalidInputError
(invalid_input)[source]¶Bases: exceptions.Exception
Exception raised when an invalid input is encountered.
InvalidParserTypeError
[source]¶Bases: google.cloud.forseti.common.util.errors.Error
No parser exists for the given parser type.
MetadataServerHttpError
[source]¶Bases: google.cloud.forseti.common.util.errors.Error
An error for handling HTTP errors with the metadata server.
NoDataError
[source]¶Bases: google.cloud.forseti.common.util.errors.Error
An error for no data when data is expected.