File Service Errors
| Code | Description |
|---|---|
invalid_file_type | The uploaded file type is not supported. See the File Types page [/core-concepts/files/files#files-api] for the supported types. |
invalid_file_size | File size is outside the acceptable range. See the File Types page [/core-concepts/files/files/ ] for the supported size. |
capacity_reached | The file service has reached memory capacity. Delete files or wait for inactive files to be removed. |
file_backup_failed | The file service failed to backup the file after upload. |
Lens Processor Errors
| Code | Description |
|---|---|
internal_logic_error | An internal error occurred (e.g., missing org_id, api_key, or query_id). Report this error to support. |
invalid_model_parameter | A model parameter has an invalid value. Either sensor_buffer_size is <= 0 or input_frame_step_size is <= 0. |
sensor_log_conversion_error | Failed to convert input sensor logs to YAML format. Validate your sensor logs are YAML safe. |
empty_sensor_log_error | Sensor logs appear to be empty. Check your sensor log data is not empty. |
max_query_size_exceeded | Query size exceeds the maximum limit (default 255 MB). Decrease JSON event size or sensor buffer size. |
Session Errors
| Code | Description |
|---|---|
session_ttl_reached | The session has reached its time-to-live limit. Restart your session and increase the TTL if needed. |