Skip to main content

Module error_codes

Module error_codes 

Source
Expand description

Error codes for agent responses.

Constantsยง

CLEANUP_FAILED
Cleanup operation failed.
CREATE_FAILED
Container creation failed.
DELETE_FAILED
Container delete failed.
EXEC_FAILED
Command execution failed in container.
EXPORT_FAILED
Export operation failed.
FILE_IO_FAILED
File I/O operation failed.
FORMAT_FAILED
Storage format operation failed.
GC_FAILED
Garbage collection failed.
INTERNAL_ERROR
Internal error during operation.
INVALID_REQUEST
Request payload was invalid or malformed.
LIST_FAILED
List operation failed.
MESSAGE_TOO_LARGE
Message size exceeds maximum.
MOUNT_FAILED
Mount operation failed.
NOT_FOUND
Requested resource was not found.
OVERLAY_FAILED
Overlay filesystem operation failed.
PULL_FAILED
Image pull operation failed.
QUERY_FAILED
Image query operation failed.
RUN_FAILED
Command execution failed.
SERIALIZATION_ERROR
Serialization error.
SPAWN_FAILED
Process spawn failed.
START_FAILED
Container start failed.
STATUS_FAILED
Storage status query failed.
STOP_FAILED
Container stop failed.
WAIT_FAILED
Process wait operation failed.