Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rebellapp.com/llms.txt

Use this file to discover all available pages before exploring further.

This page lists error codes that may appear across all OpenAPIs. For API-specific error codes, refer to the Result Codes section within each individual API page.

Result Status Values

All API responses include a result object with a resultStatus field:
StatusMeaning
SSuccess — request completed successfully
FFailed — check resultCode for details
UUnknown — retry or poll for status
AAccepted — request is processing asynchronously

Common Error Codes

CodeStatusDescriptionAction
PROCESS_FAILFA general business failure occurred. Do not retry.Contact technical support
PARAM_ILLEGALFIllegal parameters — e.g. non-numeric input, invalid dateValidate all request fields
INVALID_APIFThe called API is invalid or not activeVerify the API name is correct
ACCESS_DENIEDFAccess is deniedCheck the resultMessage in the specific API for details
REQUEST_TRAFFIC_EXCEED_LIMITUThe request traffic exceeds the limitReduce call frequency or request a higher limit
UNKNOWN_EXCEPTIONUThe API call failed due to unknown reasonsRetry the request