An object containing error codes related to file operations.

Enumeration Members

FILE_NOT_FOUND: "FILE_NOT_FOUND"

Error code indicating that the requested file was not found.

NO_DOWNLOAD_URL: "NO_DOWNLOAD_URL"

Error code indicating that no download URL is available.

S3_DOWNLOAD_FAILED: "S3_DOWNLOAD_FAILED"

Error code indicating that the S3 download request failed.

S3_UPLOAD_FAILED: "S3_UPLOAD_FAILED"

Error code indicating that the S3 upload request failed.