statusCode property

String statusCode
final

The status code of the response, all status outside of AMB0000 are error statuses

The format is AMOCCEE

With:

  • AM being the prefix
  • O the origin of the error, it can be B if the error comes from the Web API, F if the error comes from the mobile application and finally A if the error comes from the AI
  • CC the two digit for the category
  • EE the two digit for the error number

Implementation

final String statusCode;