Error codes

The following errors can occure during communication with a BLE lock. They can point onto device specific problems, but also towards setup or communication issues.

If you report an error to us, please use the code, which is mentioned as number, to refer to a specific type of an error.

Request failed, please try again. (Code: 100)

Short name: INVALID ACTUATOR ACTING REQUEST

This error points to an error during development. The BLE stack just indicates, that the request is incorrect.

Request failed, please try again. (Code: 101)

Short name: INVALID ACTUATOR ACTING REQUEST FORMAT

This error points to an incorrect format of the request. Please check that the payload is in the defined format.

Communication error, please try again. (Code: 102)

Short name: INVALID CHECKSUM

This error indicates, that there where errors during communication between mobile phone and BLE device. Please retry the request.

Error: […]. Please try again. (Code: 103)

_Short name: SERVER_RESPONDED_WITHERROR

When the lock would deny the request, it tries to double check that decision live against the backend. If the backend responds with (validation) errors, they are shown here.

Invalid server response. (Code: 104)

Short name: INVALID SERVER RESPONSE

When the lock would deny the request, it tries to double check that decision live against the backend. If that request fails on the backend, this error is shown.

Invalid setup. Please correct setup and try again. (Code: 105)

Short name: NO ACTUATOR FROM SERVER

If there is no valid actuator referenced in the request, this error is raised. Please double check the setup on the backend.

Invalid setup. Please correct setup and try again. (Code: 106)

Short name: NO ACTUATOR BY THAT INDEX LOCALLY FOUND

If there is no valid actuator referenced in the request, this error is raised. Please refresh the cache on the lock itself, by restarting it.

Communication error. Please try again. (Code: 107)

Short name: JSON

If there is a general parsing error during the communication between mobile phone, lock or backend, this error is show.

General error: […]. Please try again. (Code: 108)

Short name: OTHER

If there is any here not mentioned error occuring, this message is show. It contains the details of the error.