mirror of
https://github.com/LukeHagar/dub-node.git
synced 2025-12-06 04:19:37 +00:00
2.3 KiB
2.3 KiB
UnprocessableEntityError
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
code |
components.UnprocessableEntityCode | ✔️ | A short code indicating the error code returned. | unprocessable_entity |
message |
string | ✔️ | A human readable explanation of what went wrong. | The requested resource was not found. |
docUrl |
string | ➖ | A link to our documentation with more details about this error code | https://dub.co/docs/api-reference/errors#unprocessable_entity |