error

Namespace: (default namespace)
XML Schema: ns0.xsd

Error message.
Error code is mandatory (@see ErrorCodeEnum
Element may indicate which element the error code is related to.
Expected format may indicate the expected format for an element
For example, when asking to create a location, the name of the location is mandatory.
If the name is not provided, you will get an error message with the following values :
errorCode : MANDATORY_ELEMENT
element : location.name

XML

Elements

name (type) min/max
occurs
description
errorCode (errorCodeEnum) 0/1 Error code
element (string) 0/1 Element which is related to the errorCode
expectedFormat (string) 0/1 Expected format of the element if relevant

JSON

property type description
errorCode errorCode (errorCodeEnum) Error code
element element (string) Element which is related to the errorCode
expectedFormat expectedFormat (string) Expected format of the element if relevant