IntelliDoc - Error Message List
INVALID_CONTENT_TYPE
Expected multipart/form-data
during API call.
MISSING_PARAM
Ensure all required parameters are included in the request.
INVALID_FILE_TYPE
Expected input file format: JPEG, PNG, or PDF.
PROCESSING_ERROR
An unexpected error occurred while analyzing the file.
INVALID_API_KEY
The apiKey
value is invalid (empty or non-existent).
INVALID_API_KEY_LENGTH
The apiKey
length must be ≤ 32 characters.
API_KEY_EXPIRED
The apiKey
has expired.
MAX_API_CALL_EXCEEDED
The number of API requests has exceeded the limit defined in the license module.
ERROR_INTERNAL_PROCESSING
An unexpected error occurred while processing the request.
UNKNOWN_BASE64_CONTENT
The provided base64Content
is invalid. Expected a base64-encoded file in JPEG, PNG, or PDF format.
Last updated
Was this helpful?