Models
JsonValue type "api_error"constant
class AuthenticationError:
JsonValue type "authentication_error"constant
JsonValue type "billing_error"constant
class ErrorObject: A class that can be one of several variants.union
Optional<String> requestId JsonValue type "error"constant
INVALID_REQUEST_ERROR("invalid_request_error") AUTHENTICATION_ERROR("authentication_error") PERMISSION_ERROR("permission_error") NOT_FOUND_ERROR("not_found_error") RATE_LIMIT_ERROR("rate_limit_error") TIMEOUT_ERROR("timeout_error") OVERLOADED_ERROR("overloaded_error") BILLING_ERROR("billing_error")
class GatewayTimeoutError:
JsonValue type "timeout_error"constant
class InvalidRequestError:
JsonValue type "invalid_request_error"constant
JsonValue type "not_found_error"constant
JsonValue type "overloaded_error"constant
JsonValue type "permission_error"constant
JsonValue type "rate_limit_error"constant