object OperationError

Fields

FieldTypeDescription
codeInt

Code as a numeric value.

errorString

Error message returned when the operation cannot complete.

Referenced By

Example

{
  "code": 100,
  "error": "Customer requested expedited handling."
}