Documentation Index
Fetch the complete documentation index at: https://docs.yorlet.com/llms.txt
Use this file to discover all available pages before exploring further.
2xx range indicate success. Codes in the 4xx range indicate an error that failed given the information provided. Codes in the 5xx range indicate an error with Yorlet’s servers.
Attributes
-
errorobjectThe error object.error.messagestringA human-readable message providing more details about the error.error.paramstringIf the error is parameter-specific, the parameter related to the error.error.typestringThe type of error returned.
-
statusintegerThe status code.
| Error code | Meaning |
|---|---|
400 Bad Request | The request was unacceptable, often due to missing a required parameter. |
401 Unauthorized | No valid API key was provided. |
403 Forbidden | The API key doesn’t have permissions to perform the request. |
404 Not Found | The requested resource doesn’t exist. |
429 Too Many Requests | Too many requests hit the API too quickly. |
5XX Server Error | We had a problem with our server. Try again later. |