Error Response
An error response that is returned when a request fails.
The response has a short message but the client program will probably want to show the user a localized version of the error. For example, for the response:
{ "errorCode": 11000, "message": "failed to convert audio" }
The program might show the message: `"Internal server error: failed to convert audio"`
Fields
Name | Type | Notes |
---|---|---|
errorCode |
|
The error code. |
message |
|
A short error message that describes the error. |
info |
|
A link to more information if available. |