メインコンテンツまでスキップ

ErrorObject

errorstringrequired

Textual description of the error.

error_codestringrequired

Error code/group.

Possible values: [reorder_completed_nodes, reorder_upcoming_nodes, reorder_unrelated_nodes, reorder_incomplete_sequence, reorder_pdp_violation, unspecified]

context object

Context information of the error.

property name*any

Context information of the error.

ErrorObject
{
"error": "string",
"error_code": "reorder_completed_nodes",
"context": {}
}