Learn how to handle errors when using Hyperline’s API
The Hyperline API uses conventional HTTP response codes to indicate the success or failure of an API request. This page details how to handle errors effectively and what to expect in error responses.
The API uses standard HTTP status codes to indicate the success or failure of requests:
When an error occurs, the API returns a JSON response with a message
property containing a human-readable description of the error:
The request was malformed or contains invalid parameters.
The request lacks valid authentication credentials.
The requested resource was not found.
The request rate limit has been exceeded. See Rate Limiting for more details.
If you encounter an error that you cannot resolve, please:
Learn how to handle errors when using Hyperline’s API
The Hyperline API uses conventional HTTP response codes to indicate the success or failure of an API request. This page details how to handle errors effectively and what to expect in error responses.
The API uses standard HTTP status codes to indicate the success or failure of requests:
When an error occurs, the API returns a JSON response with a message
property containing a human-readable description of the error:
The request was malformed or contains invalid parameters.
The request lacks valid authentication credentials.
The requested resource was not found.
The request rate limit has been exceeded. See Rate Limiting for more details.
If you encounter an error that you cannot resolve, please: