Error categories
Here are the current error codes in case of error thrown by the API. We have changed the categories and some are now marked as obsolete. We also introduced main categories (300,000, 400,000, 500,000, 600,000, 999,000)
code | meaning |
---|---|
0 | No error |
100 | Consent issue (lost) |
101 |
|
50000 | Client error. |
51000 |
|
100000 | ASPSP Critical Error OBSOLETE |
200000 | Critical Internal Error BSDK |
201000 |
|
202000 |
|
300000 | Account error |
301000 |
|
302000 |
|
303000 |
|
304000 |
|
400000 | ASPSP error |
401000 |
|
402000 |
|
403000 |
|
404000 |
|
405000 |
|
406000 |
|
407000 |
|
500000 | PSU error |
501000 |
|
502000 |
|
503000 |
|
600000 | Security error |
601000 |
|
602000 |
|
603000 |
|
700000 | Payment error |
701000 |
|
702000 |
|
999000 | Unknown error |
999989 | Dropped |
999991 | Mockbank |
999995 | Call processing error in Report |
999996 | Internal rule processing error |
999997 | Internal rules error |
999998 | Not processed |
999999 | Unknown error |
The error codes will be constructed in a hierarchic way, so if a code is new and you don't have it, a more generic error can be found in the containing error code. E.g. 300,000 is the containing of 301,000 which is the refined error.
This code will be stored in the field "sdkStatus" in the JSON of the body.
Updated 1 day ago