respStatusText="The request encoding is invalid; the request can't be parsed as a valid JSON."
case401:
respStatusText="Accessinga protected resource without authorization or with invalid credentials."
case402:
respStatusText="The account associated with the API key making requests hits a quota that can be increased by upgrading the Airtable account plan."
case403:
respStatusText="Accessing a protected resource with API credentials that don't have access to that resource."
case404:
respStatusText="Route or resource is not found. This error is returned when the request hits an undefined route, or if the resource doesn't exist (e.g. has been deleted)."
case413:
respStatusText="Too Large The request exceeded the maximum allowed payload size. You shouldn't encounter this under normal use."
case422:
respStatusText="The request data is invalid. This includes most of the base-specific validations. You will receive a detailed error message and code pointing to the exact issue."
case500:
respStatusText="Error The server encountered an unexpected condition."
case502:
respStatusText="Airtable's servers are restarting or an unexpected outage is in progress. You should generally not receive this error, and requests are safe to retry."
case503:
respStatusText="The server could not process your request in time. The server could be temporarily unavailable, or it could have timed out processing your request. You should retry the request with backoffs."