Error Code

Error Codes When an error occurs, the API returns a response in the following format:

jsonCopyEdit{
  success: false,
  message: <MESSAGE>
}

Where MESSAGE is described in the table below:

MESSAGE
Description

APPID_NOT_FOUND

The appId could not be found

APPID_MISSING

The appId parameter is missing

HASH_NOT_MATCH

The hash parameter value is incorrect

METHOD_NOT_SUPPORT

The method is not supported

Last updated