Error codes
APResty is our applicative server.
This page is still under construction.
Code - HTTP Code | Label | Reason | Suggest |
---|---|---|---|
10001 - 500 | Internal Error | Server error processing param's request | Check/Correct your primary & mandatory params |
10002 - 500 | Internal Error | Server error during configuration retrieve | Please retry in a few minutes |
10003 - 500 | Internal Error | Server error during check | Check/Correct your configuration / request |
10004 - 500 | Internal Error | Server error during set | Check/Correct your configuration / request |
10005 - 500 | Internal Error | Server error during rewrite | Check/Correct your configuration / request |
10006 - 500 | Internal Error | Server error during jwt | Check/Correct your configuration / request |
10007 - 500 | Internal Error | Server error during sec | Check/Correct your configuration / request |
10011 - 503 | Service Temporary Unavailable | Internal primary storage unavailable | Please retry in few minutes |
10021 - 401 | Unauthorized | No configuration found | Check your param & configuration |
10022 - 401 | Unauthorized | Domain mismatch | Check your domain's configuration |
10031 - 401 | Unauthorized | Your request must be secure (contain x-ap-authorization) following configuration and it's not | Check your configuration (security) |
10032 - 401 | Unauthorized | Your request must be secure (contain secure parameter) following configuration and it's not | Check your configuration (security) |
10033 - 401 | Unauthorized | Your request must be secure (contain secure answer) following configuration and it's not | Check your configuration (security) |
10034 - 401 | Unauthorized | JWT token is invalid | Check your jwt token (base64 / aes / json / expire) |
10035 - 401 | Unauthorized | Mismatch configuration between config back and jwt | Check your jwt token (secure_parameter / secure_answer / appname) |
10041 - 401 | Unauthorized | Your licence is no longer active | Check your licence |
10042 - 401 | Unauthorized | You are under restriction | Retry in few minutes |
Updated about 3 years ago