Skip to main content

ContentFlowErrorEvent

No description

type ContentFlowErrorEvent implements ContentFlowRunEvent {
eventId: ID!
createdDate: DateTime!
sequence: Int!
message: String!
}

Fields
Link copied!

ContentFlowErrorEvent.eventId ● ID! non-null scalar
Link copied!

ContentFlowErrorEvent.createdDate ● DateTime! non-null scalar
Link copied!

ContentFlowErrorEvent.sequence ● Int! non-null scalar
Link copied!

ContentFlowErrorEvent.message ● String! non-null scalar
Link copied!

Interfaces
Link copied!

ContentFlowRunEvent interface
Link copied!