statusCode property
final
The status code of the response, all status outside of AMB0000 are error statuses
The format is AMOCCEE
With:
AMbeing the prefixOthe origin of the error, it can beBif the error comes from the Web API,Fif the error comes from the mobile application and finallyAif the error comes from the AICCthe two digit for the categoryEEthe two digit for the error number
Implementation
final String statusCode;