ErrorCode Enumeration
The error codes returned in an ErrorResponse.
Values
Name | Notes |
---|---|
10000 |
No authentication supplied. |
10001 |
A login request had no login credentials supplied. |
10002 |
No user name specified. |
10003 |
No password specified. |
10004 |
Wrong user name, password or tenant. |
10005 |
The user is already logged in. |
10006 |
The user account is disabled. |
10007 |
The user password has expired. |
10008 |
The client version doesn’nt match the server version. |
10009 |
The system couldn’t log user in: wrong database, tenant or other error. |
10020 |
The authentication is invalid. The specified session doesn’t exist and cannot be restored. Possibly the access token has been revoked. |
10021 |
The access token is not found. |
10022 |
The access token exists but is past the expiration date. The client has to renew the token. |
10023 |
The session is gone (logged out) during processing. |
10050 |
No phone device is registered with the user session. |
10051 |
Server could not find the phone device is. |
10052 |
No phone number found for the registered device. |
10053 |
No twinned phone found for the registered device. |
10054 |
The user has no phone line. |
10055 |
Trying to remove the user soft phone. |
10060 |
The server is not a multi-tenant server. |
10061 |
The request is only applicable for active tenants. |
10062 |
The request is only applicable for inactive tenants. |
10063 |
The request is only applicable for the master tenant. |
10064 |
The request is not applicable for the master tenant. |
10065 |
No internal phone number found for the current user. |
10066 |
The chat session is disabled. |
10100 |
The specified resource doesn’t exist. |
10101 |
The user has no access rights for the specified resource. |
10102 |
The specified resource is not available. The resource might be available if the configuration changes. |
10103 |
The specified resource has currently a wrong state for the request to succeed. |
10165 |
Tenant is selected as a template for preloading tenants |
10166 |
Tenant is already preloaded |
10200 |
A required parameter is not provided by the request. |
10201 |
The parameter is of a wrong type. |
10202 |
A parameter is malformed. |
10203 |
A parameter is invalid. |
10204 |
A required parameter is missing or malformed. |
10205 |
A required header is missing or malformed. |
10206 |
The email address or username you entered does not exist |
10207 |
Something went wrong while sending the pin |
10300 |
Couldn’t process request because the PBX is not connected. |
10310 |
Attachment size exceeded max size. |
10400 |
The maximum number of concurrent requests for a session or an app is exceeded. Try again later. |
10401 |
The maximum number of requests for your app is exceeded. Try again later. |
10402 |
Request timed-out while waiting for acquiring the session. Try again later. |
11000 |
A server error occurred.See error message for more details. |
11001 |
The connection with server is lost. |
99999 |
An API error. |