Class Errors

Errors(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
code str
[Output Only] The error type identifier for this error. This field is a member of `oneof`_ ``_code``.
location str
[Output Only] Indicates the field in the request that caused the error. This property is optional. This field is a member of `oneof`_ ``_location``.
message str
[Output Only] An optional, human-readable error message. This field is a member of `oneof`_ ``_message``.

Inheritance

builtins.object > proto.message.Message > Errors