ChatConfig API Errors

Status

Error Type

Description

400

Invalid Input

One of the parameters provided as part of the user input is invalid or not recognized.

400

Parameter Missing

A required parameter was not provided in the request.

401

Authorization Failure

Unauthorized (for example, the user is not yet authenticated in the Web Session).

The user is not authorized to use the API (the user is not an administrator).

403

Forbidden

The user is not authorized to use the API (the user is not an administrator).

500

Internal Server Error

Any runtime exception is caught and responded with this error.