ScriptTaskCancelValidationError
object
Validation error after canceling the script task. A validation error might be because the script task state does not allow to be canceled or it's already in a final state (completed or canceled).
Fields
scriptTaskId
ID!
non-null
The ID of a script task
message
String!
non-null
Error message.
Interfaces
Error