Last updated

Errors

Errors is a generic container element for error messages. It can occur in any OTA XML response.

Unlike Warnings, the presence of Errors usually means the request was rejected completely and no changes were made on our side.

See also Error Codes.

Fields

FieldDescriptionTypeMin/maxNotes
ErrorsContainer for error messages.array of Error0..1-
Errors/
Error
Error message.object0..*-

XML

<Errors>
  <Error ... />
  <Error ... />
</Errors>