Error TypeError CodeHTTP StatusDescription
authentication_errorINVALID_CREDENTIALS401The username or password provided is incorrect
authentication_errorTOKEN_EXPIRED401The authentication token has expired and needs to be renewed
authorization_errorACCOUNT_NOT_ACTIVE403The user account is inactive or suspended
authorization_errorAPI_KEY_INACTIVE403The API key is disabled or suspended
authorization_errorFROZEN_CREDIT_OPERATION_NOT_ALLOWED403Cannot perform operations on frozen credits in this state
authorization_errorINSUFFICIENT_PERMISSION403The user lacks the required permissions for this operation
authorization_errorMODEL_ACCESS_DENIED403Access to the requested model is not allowed for this user
authorization_errorPREDICTION_ACCESS_DENIED403Access to the requested prediction is not allowed for this user
authorization_errorPRICING_OPERATION_NOT_ALLOWED403The pricing operation is not allowed in the current context
client_errorPAYMENT_PROCESSING_ERROR402Payment could not be processed due to payment method issues
client_errorPREDICTION_CREDITS_ERROR402Insufficient credits to reserve for the prediction request
conflict_errorCREDIT_PACKAGE_UNAVAILABLE409The credit package is not available for purchase
conflict_errorDUPLICATE_API_KEY_NAME409An API key with this name already exists in the organization
conflict_errorDUPLICATE_INVITATION409An active invitation for this user already exists
conflict_errorINVALID_FROZEN_CREDIT_STATUS409The frozen credit is not in the expected state for this operation
conflict_errorINVALID_PAYMENT_STATUS409The payment is not in the correct state for this operation
conflict_errorINVALID_SUBSCRIPTION_STATUS_TRANSITION409Cannot change subscription from current state to requested state
conflict_errorMODEL_ENDPOINT_ALREADY_EXISTS409A model endpoint with this configuration already exists
conflict_errorPAYMENT_ALREADY_PROCESSED409The payment has already been processed and cannot be modified
conflict_errorPREDICTION_CANNOT_BE_CANCELED409The prediction is in a state that cannot be canceled
conflict_errorPREDICTION_INVALID_STATUS409The prediction is not in the expected state for this operation
conflict_errorPREDICTION_STALLED409The prediction has been stalled for too long and needs attention
conflict_errorQUEUE_ITEM_CANNOT_BE_CANCELED409The queued prediction cannot be canceled in its current state
conflict_errorSERVICE_PROVIDER_ALREADY_EXISTS409A service provider with this name already exists
conflict_errorTRANSACTION_ALREADY_VOIDED409The transaction has already been voided
conflict_errorTRANSACTION_NOT_VOIDED409The transaction is not in a voided state
gone_errorCREDIT_EXPIRED410The credit bucket has expired and is no longer available
gone_errorINVITATION_EXPIRED410The invitation has expired and is no longer valid
invalid_request_errorCHECKOUT_SESSION_CREATION_ERROR400Failed to create payment checkout session
invalid_request_errorCODE_VERIFICATION_FAILED400The verification code is invalid or has expired
invalid_request_errorCREDIT_AMOUNT_VALIDATION_ERROR400The credit amount provided is invalid
invalid_request_errorCURRENCY_MISMATCH400The currency does not match the expected currency
invalid_request_errorFREEZE_AMOUNT_NOT_SET400Pricing configuration is required before making predictions
invalid_request_errorHIGH_PRECISION_DECIMAL_VALIDATION_ERROR400The decimal value provided is invalid or has too many decimal places
invalid_request_errorINIT_PAYLOAD_QUEUE_NAME_MISSING400The queue name is required in the initialization payload
invalid_request_errorINVALID_CREDIT_AMOUNT400The credit amount specified is invalid
invalid_request_errorINVALID_PAYMENT_AMOUNT400The payment amount is invalid
invalid_request_errorINVALID_PAYMENT_METHOD400The payment method provided is not valid
invalid_request_errorINVALID_SUBSCRIPTION_DATA400The subscription data provided contains invalid information
invalid_request_errorINVALID_SUBSCRIPTION_OPERATION400The subscription operation is not valid
invalid_request_errorINVALID_VOID_METADATA400Required void metadata is missing or invalid
invalid_request_errorMISSING_PAYMENT_METHOD400A payment method is required for this operation
invalid_request_errorMODEL_ENDPOINT_PRICE_ITEM_INVALID400The model endpoint pricing configuration is invalid
invalid_request_errorMODEL_ENDPOINT_PRICE_TYPE_NOT_SUPPORTED400The pricing type is not supported for this model endpoint
invalid_request_errorPAYMENT_VALIDATION_ERROR400The payment information failed validation
invalid_request_errorPREDICTION_INVALID_INPUT400The input provided for the prediction is invalid
invalid_request_errorPRICE_TYPE_INVALID400The pricing type specified is not valid
invalid_request_errorPRICE_USAGE_KEY_MISSING400A usage key is required for this pricing type
invalid_request_errorPRICE_USAGE_VALUE_INVALID400The usage value provided is invalid
invalid_request_errorPRICING_VALIDATION_ERROR400The pricing configuration failed validation
invalid_request_errorSUBSCRIPTION_OPERATION_ERROR400The subscription operation failed
not_found_errorAPI_KEY_NOT_FOUND404The specified API key does not exist
not_found_errorCREDIT_BUCKET_NOT_FOUND404The specified credit bucket does not exist
not_found_errorCREDIT_PACKAGE_NOT_FOUND404The specified credit package does not exist
not_found_errorCUSTOMER_PROFILE_NOT_FOUND404The customer profile could not be found
not_found_errorFROZEN_CREDIT_NOT_FOUND404The frozen credit record could not be found
not_found_errorINVITATION_NOT_FOUND404The specified invitation does not exist
not_found_errorMODEL_ENDPOINT_NOT_FOUND404The specified model endpoint does not exist
not_found_errorMODEL_ENDPOINT_PRICE_ITEM_NOT_FOUND404The pricing configuration for this model endpoint does not exist
not_found_errorMODEL_ENDPOINT_PRICE_NOT_FOUND404No pricing found for the specified model endpoint
not_found_errorMODEL_NOT_FOUND404The specified model does not exist
not_found_errorMODEL_NOT_FOUND404The specified model does not exist
not_found_errorMODEL_PROVIDER_NOT_FOUND404The specified model provider does not exist
not_found_errorMODEL_PROVIDER_NOT_FOUND404The specified model provider does not exist
not_found_errorORGANIZATION_MEMBER_NOT_FOUND404The specified organization member does not exist
not_found_errorORGANIZATION_NOT_FOUND404The specified organization does not exist
not_found_errorPAYMENT_METHOD_NOT_FOUND404The specified payment method does not exist
not_found_errorPAYMENT_NOT_FOUND404The specified payment does not exist
not_found_errorPREDICTION_NOT_FOUND404The specified prediction does not exist
not_found_errorPREDICTION_NOT_FOUND404The specified prediction does not exist
not_found_errorPRICE_NOT_FOUND404The specified price configuration does not exist
not_found_errorQUEUE_ITEM_NOT_FOUND404The specified queue item does not exist
not_found_errorSERVICE_PROVIDER_NOT_FOUND404The specified service provider does not exist
not_found_errorSERVICE_PROVIDER_NOT_FOUND404The specified service provider does not exist
not_found_errorSUBSCRIPTION_NOT_FOUND404The specified subscription does not exist
not_found_errorTASK_LOG_NOT_FOUND404The specified task log does not exist
not_found_errorTRANSACTION_NOT_FOUND404The specified transaction does not exist
not_found_errorUSER_NOT_FOUND404The specified user does not exist
precondition_failed_errorINSUFFICIENT_CREDIT412Insufficient credits available for this operation
service_unavailable_errorPREDICTION_UNAVAILABLE503The prediction service is currently unavailable
service_unavailable_errorSTRIPE_OPERATION_ERROR503The payment service is currently unavailable
unprocessable_entity_errorMODEL_ENDPOINT_PRICE_ITEM_MATCH_FAILED422Cannot find matching pricing for the model endpoint configuration
unprocessable_entity_errorPREDICTION_UNSAFE_CONTENT422The prediction input contains unsafe or inappropriate content
unprocessable_entity_errorPRICE_CALCULATION_ERROR422Unable to calculate pricing for the requested configuration