Error Messages
The error message structure is:
XML
<?xml version="1.0" encoding="utf-8" ?>
<E>
<Error></Error>
<Code></Code>
<Msg></Msg>
<Prio></Prio>
<INT_MSG></INT_MSG>
</E>
JSON
{
"E":{
"Error":"String",
"Code":"Integer",
"Msg":"String",
"Prio":"Integer",
"INT_MSG":"Integer"
}
}
Elements
Item | Description | Type | Example |
---|---|---|---|
Error | Non used for your KIT | 4N | Non used in your KIT |
Code | Error Code. The list of codes is available here | 4N | 120 |
Msg | Error message | String | Mobile number format unknown |
Prio | Error Priority | N | Non used in your KIT |
INT_MSG | Optional, error code from our PSP partners. Codes can be found at the end of this document | String | 05-00-51 |