ResponseCodesConstants

Server response codes

Properties

Link copied to clipboard

Access id is wrong or expired.

Link copied to clipboard

Data already exists.

Link copied to clipboard
const val RESPONSE_CODE_FAIL: Int = 1

Request failed. See other codes for details.

Link copied to clipboard

Failed to retrieve access id.

Link copied to clipboard

GoBe already registered.

Link copied to clipboard

GoBe device is not found.

GoBe must be registred.

Link copied to clipboard

Some error on the server side.

Link copied to clipboard

Login or password is wrong.

Link copied to clipboard
const val RESPONSE_CODE_NOT_FOUND: Int = 404

Requested data is not found.

Link copied to clipboard

Missing mandatory parameters.

Link copied to clipboard

Some parameters are incorrect.

Link copied to clipboard
const val RESPONSE_CODE_SUCCESS: Int = 0

Request succeed.

Link copied to clipboard

Number of login attempts exceeded.

Link copied to clipboard

File uploading failed. May be a wrong file type or size.

Link copied to clipboard

User data does not filled.

Link copied to clipboard

User already exists.

Link copied to clipboard

User has no group.

Link copied to clipboard

User is not exists.