Skip to main content

File Service Errors

CodeDescription
invalid_file_typeThe uploaded file type is not supported. See the File Types page [/core-concepts/files/files#files-api] for the supported types.
invalid_file_sizeFile size is outside the acceptable range. See the File Types page [/core-concepts/files/files/ ] for the supported size.
capacity_reachedThe file service has reached memory capacity. Delete files or wait for inactive files to be removed.
file_backup_failedThe file service failed to backup the file after upload.

Lens Processor Errors

CodeDescription
internal_logic_errorAn internal error occurred (e.g., missing org_id, api_key, or query_id). Report this error to support.
invalid_model_parameterA model parameter has an invalid value. Either sensor_buffer_size is <= 0 or input_frame_step_size is <= 0.
sensor_log_conversion_errorFailed to convert input sensor logs to YAML format. Validate your sensor logs are YAML safe.
empty_sensor_log_errorSensor logs appear to be empty. Check your sensor log data is not empty.
max_query_size_exceededQuery size exceeds the maximum limit (default 255 MB). Decrease JSON event size or sensor buffer size.

Session Errors

CodeDescription
session_ttl_reachedThe session has reached its time-to-live limit. Restart your session and increase the TTL if needed.
For supported files types and more details, refer to the File types.