Field | Type | Required | Description | Example |
---|---|---|---|---|
code |
::OpenApiSDK::Shared::UnauthorizedCode | ✔️ | A short code indicating the error code returned. | unauthorized |
message |
::String | ✔️ | A human readable explanation of what went wrong. | The requested resource was not found. |
doc_url |
T.nilable(::String) | ➖ | A link to our documentation with more details about this error code | https://dub.co/docs/api-reference/errors#unauthorized |