UNPKG

arrow-docgen

Version:
15 lines (10 loc) 900 B
# Errors **HTTP Status Code Summary** *200 OK* - Everything worked as expected. *204 No Content* - Everything worked as expected, but no result expected. *400 Bad Request* - Likely a missing parameter or value expected by the API. *401 Unauthorized* - No valid API key provided. *404 Not Found* - The requested item or resource doesn't exist. *406 Not Acceptable* - The requested format is not supported by the API. *500 Server Error* - Something went wrong in your API code. This API uses conventional HTTP response codes to indicate success or failure of the API request. In general, codes in the 2xx range indicate success, codes in the 4xx range indicate an error that resulted from the provided information (e.g. a required parameter was missing, a charge failed, etc.), and codes in the 5xx range indicate an error with your API itself (usually a logic error or programming error).