Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

List of error codes

1XX - Validation errors

Error codeError nameDescriptionPointer is set toObservations

100

HTML
<a id="100"></a>
Invalid messageThe message is invalid, and no additional details are available for this errorRoot of the messageThis is the default error code for this class

101

HTML
<a id="101"></a>
Missing parameterA required parameter is missing in the messageThe pointer is set to the missing parameterAll requests

102

HTML
<a id="102"></a>
Invalid domain value parameterA parameter value is out of a defined list of acceptable valuesThe pointer is set to the invalid parameterAll requests

103

HTML
<a id="103"></a>
Malformed dateA parameter containing a date information cannot be properly convertedThe pointer is set to the invalid parameterI1/I2, I7/I8, I9/I10, I11/I12, I13/I14, E1/E2, E9/E10

104

HTML
<a id="104"></a>
Not an integerA numeric field is containing data that is not numericThe pointer is set to the invalid parameterI7/I8, E9/E10, E11/E12, E13/E14

105

HTML
<a id="105"></a>
Parameter length exceeded

A String field contains too many characters

The pointer is set to the invalid parameterAll requests

106

HTML
<a id="106"></a>
Invalid patternA String field does not match the pattern defined in the XML Schema Definition of the messageThe pointer is set to the invalid parameterAll requests

107

HTML
<a id="107"></a>
Invalid elementThe specified element is not following the order defined in the schemaThe pointer is set to the invalid parameterAll requests

151

HTML
<a id="151"></a>
Condition C001 failureThe condition C001 is not satisfiedThe pointer is set to the invalid parameterI7/I8, E9/E10, E11/E12

152

HTML
<a id="152"></a>
Condition C002 failureThe condition C002 is not satisfiedThe pointer is set to the invalid parameterI7/I8, E9/E10, E11/E12

153

HTML
<a id="153"></a>
Condition C003 failureThe condition C003 is not satisfiedThe pointer is set to the invalid parameterI7/I8, E9/E10, E11/E12

154

HTML
<a id="154"></a>
Condition C004 failureThe condition C004 is not satisfiedThe pointer is set to the invalid parameterI7/I8, E9/E10, E11/E12

155

HTML
<a id="155"></a>
Condition C005 failureThe condition C005 is not satisfiedThe pointer is set to the invalid parameterI7/I8, E9/E10, E11/E12

158

HTML
<a id="158"></a>
Condition C008 failureThe condition C008 is not satisfiedThe pointer is set to the invalid parameterI7/I8, E9/E10, E11/E12

168

HTML
<a id="168"></a>
Rule R008 failureThe rule R008 is not satisfiedThe pointer is set to the invalid parameterI7/I8

2XX - Workflow errors

Error codeError nameDescriptionPointer is set toObservations

200

HTML
<a id="200"></a>
Invalid stateThe state of an internal object is invalid, and no additional details are available for this errorRoot of the messageThis is the default error code for this class

201

HTML
<a id="201"></a>
Guarantee not acceptableThe guarantee is not in a state that allows to accept itRoot of the messageI1/I2

203

HTML
<a id="203"></a>
Guarantee not cancellableThe guarantee is not in a state that allows to cancel itRoot of the messageE3/E4

204

HTML
<a id="204"></a>
Guarantee already registeredThe guarantee has already been registeredRoot of the messageE1/E2

205

HTML
<a id="205"></a>
Guarantee already cancelledThe guarantee is already cancelled or the request to cancel it has already been sentRoot of the messageE3/E4

210

HTML
<a id="210"></a>
Operation already startedThe operation is already startedRoot of the messageI9/I10

211

HTML
<a id="211"></a>
Operation already terminatedThe operation has already been completedRoot of the messageI11/I12

212

HTML
<a id="212"></a>
Operation already dischargedThe operation is already dischargedRoot of the messageI13/I14

213

HTML
<a id="213"></a>
Operation not yet startedThe operation is not yet startedRoot of the messageI11/I12, I13/I14

214

HTML
<a id="214"></a>
Operation ID already registeredThe "refusal to start" is an operation on its own and must have a unique operation idRoot of the messageI9/I10, I11/I12, I13/I14, I17/I18

215

HTML
<a id="215"></a>
Operation sequence already registeredThe "refusal to start" is an operation on its own and must have a unique operation sequenceRoot of the messageI9/I10, I11/I12, I13/I14, I17/I18

216

HTML
<a id="216"></a>
Refusal to start not authorizedThe "refusal to start" cannot be performed because of the current guarantee status or because it is the first operation for this transportRoot of the messageI17/I18

220

HTML
<a id="220"></a>
Declaration not yet receivedThe operation cannot be started because the declaration was not receivedRoot of the messageI9/I10

299

HTML
<a id="299"></a>
Duplicate messageThe same message was already received from the same sourceRoot of the messageI9/I10, I11/I12, I13/I14

...