Class Error (1.7.1)

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

Error describes why the execution was abnormally terminated.

Attributes

NameDescription
payload str
Error payload returned by the execution, represented as a JSON string.
context str
Human readable error context, helpful for debugging purposes.

Inheritance

builtins.object > proto.message.Message > Error