Skip to content

Accepted error

About

Contains an accepted error message and data. The error indicates that request has been accepted for processing, but the processing has not been completed. The HTTP response contains the Retry-After header, which indicates when it is recommended to repeat the request for its successful completion.

Fields

Name Type Required Description
id integer Yes Error id
error string Yes Error name
message string Yes Error description
metadata object Yes Additional information about error. See below

Metadata

Name Type Required Description
recommendedRetryTime date Yes recommended time to retry request

Example

{
  "id": 1,
  "error": "AcceptedError",
  "message": "Automatic broker settings detection is in progress, please retry in 60 seconds",
  "metadata": {
    "recommendedRetryTime": "2022-05-31T09:00:52.361Z",
  }
}

Usages

All responses of REST API