Class Error (1.1.0)

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

Error describes why the execution was abnormally terminated. .. attribute:: payload

Error payload returned by the execution, represented as a JSON string.

:type: str

Attribute

NameDescription
context str
Human readable error context, helpful for debugging purposes.