Class Error (1.0.0)

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.