authentication_error | INVALID_CREDENTIALS | 401 | The username or password provided is incorrect |
authentication_error | TOKEN_EXPIRED | 401 | The authentication token has expired and needs to be renewed |
authorization_error | ACCOUNT_NOT_ACTIVE | 403 | The user account is inactive or suspended |
authorization_error | API_KEY_INACTIVE | 403 | The API key is disabled or suspended |
authorization_error | FROZEN_CREDIT_OPERATION_NOT_ALLOWED | 403 | Cannot perform operations on frozen credits in this state |
authorization_error | INSUFFICIENT_PERMISSION | 403 | The user lacks the required permissions for this operation |
authorization_error | MODEL_ACCESS_DENIED | 403 | Access to the requested model is not allowed for this user |
authorization_error | PREDICTION_ACCESS_DENIED | 403 | Access to the requested prediction is not allowed for this user |
authorization_error | PRICING_OPERATION_NOT_ALLOWED | 403 | The pricing operation is not allowed in the current context |
client_error | PAYMENT_PROCESSING_ERROR | 402 | Payment could not be processed due to payment method issues |
client_error | PREDICTION_CREDITS_ERROR | 402 | Insufficient credits to reserve for the prediction request |
conflict_error | CREDIT_PACKAGE_UNAVAILABLE | 409 | The credit package is not available for purchase |
conflict_error | DUPLICATE_API_KEY_NAME | 409 | An API key with this name already exists in the organization |
conflict_error | DUPLICATE_INVITATION | 409 | An active invitation for this user already exists |
conflict_error | INVALID_FROZEN_CREDIT_STATUS | 409 | The frozen credit is not in the expected state for this operation |
conflict_error | INVALID_PAYMENT_STATUS | 409 | The payment is not in the correct state for this operation |
conflict_error | INVALID_SUBSCRIPTION_STATUS_TRANSITION | 409 | Cannot change subscription from current state to requested state |
conflict_error | MODEL_ENDPOINT_ALREADY_EXISTS | 409 | A model endpoint with this configuration already exists |
conflict_error | PAYMENT_ALREADY_PROCESSED | 409 | The payment has already been processed and cannot be modified |
conflict_error | PREDICTION_CANNOT_BE_CANCELED | 409 | The prediction is in a state that cannot be canceled |
conflict_error | PREDICTION_INVALID_STATUS | 409 | The prediction is not in the expected state for this operation |
conflict_error | PREDICTION_STALLED | 409 | The prediction has been stalled for too long and needs attention |
conflict_error | QUEUE_ITEM_CANNOT_BE_CANCELED | 409 | The queued prediction cannot be canceled in its current state |
conflict_error | SERVICE_PROVIDER_ALREADY_EXISTS | 409 | A service provider with this name already exists |
conflict_error | TRANSACTION_ALREADY_VOIDED | 409 | The transaction has already been voided |
conflict_error | TRANSACTION_NOT_VOIDED | 409 | The transaction is not in a voided state |
gone_error | CREDIT_EXPIRED | 410 | The credit bucket has expired and is no longer available |
gone_error | INVITATION_EXPIRED | 410 | The invitation has expired and is no longer valid |
invalid_request_error | CHECKOUT_SESSION_CREATION_ERROR | 400 | Failed to create payment checkout session |
invalid_request_error | CODE_VERIFICATION_FAILED | 400 | The verification code is invalid or has expired |
invalid_request_error | CREDIT_AMOUNT_VALIDATION_ERROR | 400 | The credit amount provided is invalid |
invalid_request_error | CURRENCY_MISMATCH | 400 | The currency does not match the expected currency |
invalid_request_error | FREEZE_AMOUNT_NOT_SET | 400 | Pricing configuration is required before making predictions |
invalid_request_error | HIGH_PRECISION_DECIMAL_VALIDATION_ERROR | 400 | The decimal value provided is invalid or has too many decimal places |
invalid_request_error | INIT_PAYLOAD_QUEUE_NAME_MISSING | 400 | The queue name is required in the initialization payload |
invalid_request_error | INVALID_CREDIT_AMOUNT | 400 | The credit amount specified is invalid |
invalid_request_error | INVALID_PAYMENT_AMOUNT | 400 | The payment amount is invalid |
invalid_request_error | INVALID_PAYMENT_METHOD | 400 | The payment method provided is not valid |
invalid_request_error | INVALID_SUBSCRIPTION_DATA | 400 | The subscription data provided contains invalid information |
invalid_request_error | INVALID_SUBSCRIPTION_OPERATION | 400 | The subscription operation is not valid |
invalid_request_error | INVALID_VOID_METADATA | 400 | Required void metadata is missing or invalid |
invalid_request_error | MISSING_PAYMENT_METHOD | 400 | A payment method is required for this operation |
invalid_request_error | MODEL_ENDPOINT_PRICE_ITEM_INVALID | 400 | The model endpoint pricing configuration is invalid |
invalid_request_error | MODEL_ENDPOINT_PRICE_TYPE_NOT_SUPPORTED | 400 | The pricing type is not supported for this model endpoint |
invalid_request_error | PAYMENT_VALIDATION_ERROR | 400 | The payment information failed validation |
invalid_request_error | PREDICTION_INVALID_INPUT | 400 | The input provided for the prediction is invalid |
invalid_request_error | PRICE_TYPE_INVALID | 400 | The pricing type specified is not valid |
invalid_request_error | PRICE_USAGE_KEY_MISSING | 400 | A usage key is required for this pricing type |
invalid_request_error | PRICE_USAGE_VALUE_INVALID | 400 | The usage value provided is invalid |
invalid_request_error | PRICING_VALIDATION_ERROR | 400 | The pricing configuration failed validation |
invalid_request_error | SUBSCRIPTION_OPERATION_ERROR | 400 | The subscription operation failed |
not_found_error | API_KEY_NOT_FOUND | 404 | The specified API key does not exist |
not_found_error | CREDIT_BUCKET_NOT_FOUND | 404 | The specified credit bucket does not exist |
not_found_error | CREDIT_PACKAGE_NOT_FOUND | 404 | The specified credit package does not exist |
not_found_error | CUSTOMER_PROFILE_NOT_FOUND | 404 | The customer profile could not be found |
not_found_error | FROZEN_CREDIT_NOT_FOUND | 404 | The frozen credit record could not be found |
not_found_error | INVITATION_NOT_FOUND | 404 | The specified invitation does not exist |
not_found_error | MODEL_ENDPOINT_NOT_FOUND | 404 | The specified model endpoint does not exist |
not_found_error | MODEL_ENDPOINT_PRICE_ITEM_NOT_FOUND | 404 | The pricing configuration for this model endpoint does not exist |
not_found_error | MODEL_ENDPOINT_PRICE_NOT_FOUND | 404 | No pricing found for the specified model endpoint |
not_found_error | MODEL_NOT_FOUND | 404 | The specified model does not exist |
not_found_error | MODEL_NOT_FOUND | 404 | The specified model does not exist |
not_found_error | MODEL_PROVIDER_NOT_FOUND | 404 | The specified model provider does not exist |
not_found_error | MODEL_PROVIDER_NOT_FOUND | 404 | The specified model provider does not exist |
not_found_error | ORGANIZATION_MEMBER_NOT_FOUND | 404 | The specified organization member does not exist |
not_found_error | ORGANIZATION_NOT_FOUND | 404 | The specified organization does not exist |
not_found_error | PAYMENT_METHOD_NOT_FOUND | 404 | The specified payment method does not exist |
not_found_error | PAYMENT_NOT_FOUND | 404 | The specified payment does not exist |
not_found_error | PREDICTION_NOT_FOUND | 404 | The specified prediction does not exist |
not_found_error | PREDICTION_NOT_FOUND | 404 | The specified prediction does not exist |
not_found_error | PRICE_NOT_FOUND | 404 | The specified price configuration does not exist |
not_found_error | QUEUE_ITEM_NOT_FOUND | 404 | The specified queue item does not exist |
not_found_error | SERVICE_PROVIDER_NOT_FOUND | 404 | The specified service provider does not exist |
not_found_error | SERVICE_PROVIDER_NOT_FOUND | 404 | The specified service provider does not exist |
not_found_error | SUBSCRIPTION_NOT_FOUND | 404 | The specified subscription does not exist |
not_found_error | TASK_LOG_NOT_FOUND | 404 | The specified task log does not exist |
not_found_error | TRANSACTION_NOT_FOUND | 404 | The specified transaction does not exist |
not_found_error | USER_NOT_FOUND | 404 | The specified user does not exist |
precondition_failed_error | INSUFFICIENT_CREDIT | 412 | Insufficient credits available for this operation |
service_unavailable_error | PREDICTION_UNAVAILABLE | 503 | The prediction service is currently unavailable |
service_unavailable_error | STRIPE_OPERATION_ERROR | 503 | The payment service is currently unavailable |
unprocessable_entity_error | MODEL_ENDPOINT_PRICE_ITEM_MATCH_FAILED | 422 | Cannot find matching pricing for the model endpoint configuration |
unprocessable_entity_error | PREDICTION_UNSAFE_CONTENT | 422 | The prediction input contains unsafe or inappropriate content |
unprocessable_entity_error | PRICE_CALCULATION_ERROR | 422 | Unable to calculate pricing for the requested configuration |