Skip to content

Error Reference

Auto-generated from CLI and API source code. Do not edit manually. Regenerate with: npx tsx scripts/generate-error-catalog.ts

41 error kinds across CLI and API.

CategoryCount
Authentication3
Required Input3
Validation7
Not Found3
Conflict3
Processing12
Storage6
Other4
KindOriginMessage
org_pausedAPIThis organisation is paused
token_invalidAPIThe API key is invalid or has been revoked
token_missingAPIAuthorization header is required
KindOriginMessage
input_requiredCLI-i is required. Provide a JSON source object.
missing_flagCLI—name is required
output_requiredCLI-o is required for step commands.
KindOriginMessage
invalid_inputCLIcannot create animated image from an audio file
invalid_kindCLIunknown task kind: %s
invalid_mimetypeCLInot a media file (Content-Type: %s): %s
invalid_outputCLIinvalid output path: %s
invalid_sourceCLIcannot determine media kind from source data — include a ‘kind’ field (video, au…
invalid_urlCLIinvalid URL: %s
invalid_usageCLI—limit must be between 1 and 100
KindOriginMessage
file_not_foundCLIfile not found: %s
not_foundCLI, APIconnection ‘%s’ not found
task_not_foundAPIThe task does not exist
KindOriginMessage
duplicate_nameCLIconnection ‘%s’ already exists
format_conflictCLI—format %s conflicts with output extension ‘%s’. Remove one or make them match
output_existsCLIoutput path is the same as input: %s. Choose a different path with -o
KindOriginMessage
api_errorCLIfailed to reach API: %v
clean_errorCLIcannot determine working directory
config_errorCLIfailed to load connections: %v
dispatch_errorAPIFailed to dispatch step to processor
download_errorAPI404 not found
download_failedCLIcannot download: %s
encode_failedCLIcannot determine working directory
internal_errorAPIAn unexpected error occurred
log_errorCLIcannot determine working directory
processing_errorAPIcodec not supported
request_failedCLIcannot reach URL: %s
timeoutCLItask did not complete within timeout
KindOriginMessage
missing_connectionCLIno connections configured. Run: ittybit connections add s3 —name —endpo…
s3_access_deniedCLIaccess denied: check IAM permissions for %s
s3_auth_errorCLIinvalid credentials: check access key ID and secret access key
s3_errorCLIfailed to create S3 provider: %v
s3_not_foundCLInot found: %s
s3_throttledCLIS3 rate limited or temporarily unavailable: try again
KindOriginMessage
cloud_not_supportedCLIstep commands run locally. Use ittybit —cloud for remote execution.
file_access_deniedCLIcannot access file: %s
internalCLIfailed to marshal task spec: %v
request_invalidAPIAt least one of task_id or step_id is required