Error Codes
You might receive errors when communicating with our service endpoints. The location of this error is different depending on the endpoint used.
For rest endpoints the error answer looks similar to this:
{
"code": 401,
"reason": "Unauthorized",
"message": "mssp_900",
"detail": {
"failureUrl": "mssp_900"
}
}
It has a “code” along more detailed message called “failureUrl”. Beware, the input value cannot include “\n” in the string.
<NEW> The same code can be found in the message key
<NEW> For CIBA based endpoint the error looks similar to this:
{
"error_description": "mssp_105",
"error": "access_denied"
}
It has the “code” in the error_description
Here below are some explanations for the error codes:
Code | Íslensk skýring | English explanation |
---|---|---|
akreg_401 | Notandi má ekki framleiða skilríki með núverandi skilríki | User is not allowed to create certificate |
audkenni_400 | Notandi er ekki með símanúmer | User does not have a mobile phone number |
audkenni_404 | Notandi finnst ekki | User not found |
InvalidClientId / audkenni_403 | Þjónustuveitandi ekki þekktur | AP unknown |
mssp_100 |
| Got accepted state when checking the status. This should not happen |
mssp_101 | Beiðni ekki rétt | Wrong parameter |
mssp_102 | Vantar breytu | Missing parameter |
mssp_103 | Svæði í beiðni of stórt | Wrong data length |
mssp_104 | Þjónustuveitandi ekki þekktur | AP unknown |
mssp_105 | Notandi finnst ekki. | User not found |
mssp_107 | Ekki hægt að vinna úr beiðni | Unable to handle given data |
mssp_108 | Misræmi í útgáfum | Incompatible interface version. |
mssp_109 | Óþekktur prófíll | Unsupported profile |
mssp_208 | Rann út á tíma | Timeout - Ekkert svar frá síma |
mssp_209 | Rann út á tíma | Timeout - Næst ekki í síma |
mssp_401 | Notandi hætti við | User cancel |
mssp_402 | PIN læst | PIN blocked |
mssp_403 | Kort læst | Card blocked |
mssp_404 | Skilríki finnast ekki | No key found |
mssp_422 | Skilríki finnast ekki | No certificate found |
mssp_425 | Villa við sannreyningu | Error in certificate validation |
mssp_501 | Skilríki er afturkallað | Certificate is revoked |
mssp_503 | Villa við sannreyningu | Error in signature verfication |
mssp_504 | Beiðni í vinnslu | Request in progress |
mssp_900 | Villa í innri kerfum | Error |
SmartID_467 | Notandi hætti við | User cancel |
SmartID_468 | Rann út á tíma | Timeout |
SmartID_469 | Villa í samskiptum | Communication error |
SmartID_470 | Rangur staðfestingarkóði valinn | Wrong verification code selected |
SmartID_471 | Notandi finnst ekki | User not found |
SmartID_472 | Villa - athugið Auðkennis APP | Error - Check Audkennis APP |
SmartID_480 | Misræmi í útgáfum | Incompatible interface version. |
SmartID_580 | Viðhaldsvinna í gangi, reynið aftur síðar | System is under maintenance, retry later |
SmartID_900 | Villa í innri kerfum | Error |
1 | Notandi hætti við | User cancel |
404 | Notandi finnst ekki | User not found |
408 | Rann út á tíma | Timeout |
501 |
| Invalid certificate |
Success codes |
|
|
mssp_500 | OK | Ok |
mssp_502 | OK | OK |