Skip to content
Developer Preview

TurnErrorKind

Turn failure classes. Open.

  • "configError"
  • "environmentError"
  • "launchError"
  • "logError"
  • "modelError"
  • "projectionError"
  • "stepLimit"
  • "workflowLaunchError"
Source

schema/msp/experimental/msp.schema.json#/types/TurnErrorKind

{
"description": "Turn failure classes. Open.",
"enum": [
"stepLimit",
"configError",
"projectionError",
"logError",
"workflowLaunchError",
"environmentError",
"modelError",
"launchError"
],
"type": "string",
"x-msp-openness": "open"
}