Clasp utilizes standard HTTP response codes to succinctly communicate the status of API requests. The codes are categorized to reflect the nature of the response:Documentation Index
Fetch the complete documentation index at: https://docs.withclasp.com/llms.txt
Use this file to discover all available pages before exploring further.
-
2xxRange: Indicates success. The request was successfully received, understood, and accepted. -
4xxRange: Signifies client errors. These codes point to issues with the request made by the client. -
5xxRange: Represents server errors. These are errors on Clasp’s side, and we strive to resolve them promptly.
Error Schema
Errors returned by Clasp follow a structured format to aid in understanding and resolution:type(string): Identifies the error type.message(string): Provides a detailed description of the error and suggestions for resolution.input_errors(list): An optional list that, if applicable, includes objects detailing errors related to specific input fields. Each object contains:field(string): The field associated with the error.field_path(string): The hierarchical path to the erroneous field.message(string): Explanation of the error related to the field.