Information on how lawg responds with errors.
Code | Description |
---|---|
rate_limit_exceeded | You are being rate limited. |
conflict | The resource you are trying to create already exists. |
not_found | The resource you are trying to access does not exist. |
bad_request | The request you sent was malformed. |
unauthorized | The request you sent was unauthorized. |
internal_server_error | An internal server error occurred. |
forbidden | You are not allowed to access this resource. |