BackgroundJobErrorEvent
The background job error events are published as they encounter errors in retrying or failed status
type BackgroundJobErrorEvent {
error: String!
status: BackgroundJobStatus!
}
Fields
BackgroundJobErrorEvent.error ● String! non-null scalar
When the status property value is FAILED or RETRYING, this property contains the error message.
BackgroundJobErrorEvent.status ● BackgroundJobStatus! non-null enum
Implemented By
BackgroundJobEvent union