StateErrorResponse

data class StateErrorResponse(val details: String, val type: String)

Describes an error related to the current state of the workflow.

Constructors

Link copied to clipboard
fun StateErrorResponse(details: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Provides specifics about the error.

Link copied to clipboard

The type of this state error.