Errors
The service will respond with a 4xx or 5xx status code if an error is encountered. The JSON body will provide additional details.
HTTP/1.1 502 Bad Gateway
Content-Type: application/json
{
"errorCode": 1780355652,
"errorDetails": {
"causes": [ "HTTP 401 Unauthorized" ],
"command": "Invitation",
"listenerServiceId": "123",
"remoteAddress": "1.2.3.4",
"remoteId": "abc",
"remoteName": "My Endpoint",
"remoteRequest": "GET http://1.2.3.4/ HTTP/1.1\nAuthorization: Basic [redacted]",
"remoteResponse": "HTTP/1.1 401 Unauthorized"
},
"errorMessage": "Authentication failed from My Endpoint (1.2.3.4); it is probably provisioned incorrectly.",
"errorName": "AuthenticationFailed"
}
Error catalog
AuthenticationFailed
Example
Keys in
502
1780355652
errorMessage: Authentication failed from My Endpoint (1.2.3.4); it is probably provisioned incorrectly.Keys in
errorDetails object: causes, remoteResponse, listenerServiceId, remoteAddress, remoteRequest, command, remoteId, remoteNameBadCommand
Example
Keys in
500
47328961
errorMessage: Listener Service could not parse the command; upgrade it to the latest version.Keys in
errorDetails object: commandName, causes, listenerServiceIdBadCredentialsException
Example
Keys in
401
1285563821
errorMessage: Not Authorized.Keys in
errorDetails object: errorMessage, errorCodeCalendarServerException
Example
Keys in
502
187263818
errorMessage: Unable to retrieve details from calendar server for ID [unknown]: java.lang.RuntimeException (null)Keys in
errorDetails object: calendarId, messageCommandTimedOut
Example
Keys in
504
1331991805
errorMessage: Request timed out to Listener Service; it may be offline or an old version.Keys in
errorDetails object: commandName, causes, listenerServiceIdDuplicateCalendarId
Example
Keys in
400
1782937294
errorMessage: Duplicate calendarID!Keys in
errorDetails object: message, causeMessageEncryptionUpdated
Example
Keys in
500
1065375345
errorMessage: Public key for endpoint password encryption has been updated, deleted, or added. Re-enter Password!Keys in
errorDetails object: messageEndpointHasNoListenerService
Example
Keys in
500
1881171133
errorMessage: No Listener Service provisioned for My Endpoint; choose a Listener Service for this endpoint.Keys in
errorDetails object: commandName, endpointName, listenerServiceIdExternalSystemException
Example
Keys in
500
837158652
errorMessage: Unable to communicate with My Endpoint (1.2.3.4); make sure it is online and correctly provisioned. Listener Service was unable to communicate with an external systemKeys in
errorDetails object: commandName, causes, message, remoteAddress, remoteId, remoteNameExternalSystemResponseException
Example
Keys in
500
1417554097
errorMessage: My Endpoint (1.2.3.4) responded with an error.Keys in
errorDetails object: commandName, causes, remoteResponse, remoteAddress, remoteRequest, remoteId, remoteNameExternalSystemTimedOut
Example
Keys in
504
594923066
errorMessage: Request timed out to My Endpoint (1.2.3.4); it might have gone offline or been provisioned incorrectly.Keys in
errorDetails object: causes, listenerServiceId, remoteAddress, command, remoteId, remoteNameExternalSystemUnreachable
Example
Keys in
504
1436062998
errorMessage: Unable to reach My Endpoint (1.2.3.4); it might have gone offline or been provisioned incorrectly.Keys in
errorDetails object: causes, listenerServiceId, remoteAddress, command, remoteId, remoteNameForwardsCompatibility
Example
Keys in
501
2123224504
errorMessage: Listener Service is out of date; upgrade it from 2.0.0 to the latest version.Keys in
errorDetails object: listenerServiceVersion, commandName, listenerServiceIdIncorrectlyProvisioned
Example
Keys in
502
1917844536
errorMessage: My Endpoint (1.2.3.4) is not provisioned correctly: 404 Not FoundKeys in
errorDetails object: causes, message, remoteResponse, listenerServiceId, remoteAddress, remoteRequest, command, remoteId, remoteNameInvalid
Example
Keys in
400
1782937293
errorMessage: An entity was invalid: Wharrrgarbl cannot be null!Keys in
errorDetails object: message, causeMessageInvalidDtmf
Example
Keys in
400
1782937295
errorMessage: Must be validKeys in
errorDetails object: message, causeMessageInvalidListSize
Example
Keys in
403
1782937296
errorMessage: Must be validKeys in
errorDetails object: message, causeMessageJsonMappingException
Example
Keys in
500
12789219
errorMessage: Malformed JSON bodyKeys in
errorDetails object: pathReference, messageJsonParseException
Example
500
12789218
errorMessage: Malformed JSON bodynullLimitReached
Example
Keys in
403
1881171140
errorMessage: Endpoint limit reached. Please contact BlueJeans support to increase the limit.Keys in
errorDetails object: entityClassListenerOffline
Example
Keys in
503
208581637
errorMessage: The Listener Service is offline.Keys in
errorDetails object: listenerServiceIdListenerServiceException
Example
Keys in
500
1296998295
errorMessage: The Listener Service failed trying to handle the Invitation command.Keys in
errorDetails object: commandName, causes, listenerServiceIdMessagingException
Example
Keys in
502
72013363
errorMessage: Unable to communicate with Listener Service; it may be offline or an old version.Keys in
errorDetails object: commandName, causes, listenerServiceIdNoSuchHandler
Example
Keys in
501
424016482
errorMessage: Listener Service is out of date; upgrade it from 2.0.0 to the latest version.Keys in
errorDetails object: listenerServiceVersion, commandName, listenerServiceIdNotAuthenticated
Example
Keys in
401
1285563822
errorMessage: NotAuthenticated Exception.Keys in
errorDetails object: errorMessage, errorCodeNotFound
Example
Keys in
404
1217481661
errorMessage: No Endpoint found with the given id 123.Keys in
errorDetails object: entityClass, entityIdPrimetimeApiException
Example
500
123834739
errorMessage: Problem communicating with Primetime. Please try again soon.nullPrimetimeEventNotStarted
Example
405
748396429
errorMessage: The Primetime meeting has not yet started.nullPrimetimeNotAuthorized
Example
403
598238723
errorMessage: The Primetime meeting is not open to the public.nullPrimetimeNotFound
Example
404
38393928
errorMessage: The Primetime meeting was not found.nullRecordingAuthException
Example
Keys in
502
502203690
errorMessage: Not allowed to start recording meeting 10990, try using the moderator passcode.Keys in
errorDetails object: action, meetingId, seamResponseCodeRecordingException
Example
Keys in
502
1843016393
errorMessage: Unable to start recording meeting 10990 due to 500 response from Seam.Keys in
errorDetails object: action, meetingId, seamResponseCodeRecordingProhibited
Example
Keys in
405
1143094451
errorMessage: Recording is disabled for meeting 10990.Keys in
errorDetails object: action, meetingId, seamResponseCodeRecordingQuotaExceeded
Example
Keys in
502
1843016394
errorMessage: Unable to start recording meeting 10990 due to recording quota exceededKeys in
errorDetails object: action, meetingId, seamResponseCodeRemoteCommandException
Example
500
1296998294
errorMessage: The remote system failed trying to handle the command.nullUnavailable
Example
Keys in
503
2042734031
errorMessage: Server error response from My Endpoint (1.2.3.4); it might have crashed or been provisioned incorrectly.Keys in
errorDetails object: causes, remoteResponse, listenerServiceId, remoteAddress, remoteRequest, command, remoteId, remoteNameUnknownControlProtocol
Example
Keys in
501
941644305
errorMessage: Listener Service is out of date; upgrade it from 2.0.0 to the latest version.Keys in
errorDetails object: listenerServiceVersion, commandName, listenerServiceIdUnmodifiable
Example
Keys in
405
1867716210
errorMessage: Cannot modify DialStyle ANNEX_O.Keys in
errorDetails object: entityClass, entityId