Skip to content llms.txt

Error Codes

When syllago encounters an error, it displays a structured error with a code, message, and suggestion. Run syllago explain <CODE> for offline help, or click any code below for the full reference.

CodeNameDescription
CATALOG_001Catalog Not Foundno syllago repo or library found
CATALOG_002Catalog Scan Failedcatalog scan returned an error
CodeNameDescription
CONFIG_001Config Invalidconfiguration file is malformed
CONFIG_002Config Not Foundconfiguration file does not exist
CONFIG_003Config Pathinvalid path override (not absolute, unknown type)
CONFIG_004Config Savefailed to save configuration
CodeNameDescription
CONVERT_001Convert Not Supportedcontent type does not support conversion
CONVERT_002Convert Parse Failedparsing content for conversion failed
CONVERT_003Convert Render Failedrendering to target format failed
CodeNameDescription
EXPORT_001Export Not Supportedexport not supported for content type
EXPORT_002Export Failedexport operation failed
CodeNameDescription
IMPORT_001Import Clone Failedcloning import source failed
IMPORT_002Import Conflictimport conflicts with existing content
CodeNameDescription
INIT_001Init Existsproject already initialized
CodeNameDescription
INPUT_001Input Missingrequired flag or argument not provided
INPUT_002Input Conflictmutually exclusive flags used together
INPUT_003Input Invalidflag value is invalid (wrong format, out of range)
INPUT_004Input Terminalcommand requires interactive terminal
CodeNameDescription
INSTALL_001Install Not Writableinstall path not writable
INSTALL_002Install Item Not Founditem not found in library for install
INSTALL_003Install Method Invalidinvalid install method for content type
INSTALL_004Install Conflictactive loadout or other conflict prevents install
INSTALL_005Install Not Installeditem is not currently installed
CodeNameDescription
ITEM_001Item Not Foundnamed item not found in library
ITEM_002Item Ambiguousitem name exists in multiple types
ITEM_003Item Type Unknownunknown content type specified
CodeNameDescription
LOADOUT_001Loadout Not Foundloadout not found in library or registry
LOADOUT_002Loadout Parseloadout.yaml is malformed
LOADOUT_003Loadout Conflictanother loadout is already active
LOADOUT_004Loadout Providerloadout references unknown provider
LOADOUT_005Loadout No Itemsno items selected for loadout
CodeNameDescription
PRIVACY_001Privacy Publish Blockedprivate content cannot be published to public registry
PRIVACY_002Privacy Share Blockedprivate content cannot be shared to public repo
PRIVACY_003Privacy Loadout Warnloadout contains private items (warning)
CodeNameDescription
PROMOTE_001Promote Dirty Treeuncommitted changes in working tree
PROMOTE_002Promote Validationcontent validation failed before promote
PROMOTE_003Promote Git Failedgit operation (branch, commit, push) failed
CodeNameDescription
PROVIDER_001Provider Not Foundunknown provider slug
PROVIDER_002Provider Not Detectedprovider not detected on disk
CodeNameDescription
REGISTRY_001Registry Clonegit clone of registry failed
REGISTRY_002Registry Not Foundnamed registry not in config
REGISTRY_003Registry Not AllowedURL blocked by allowedRegistries policy
REGISTRY_004Registry Invalidinvalid registry name or structure
REGISTRY_005Registry Duplicateregistry with this name already exists
REGISTRY_006Registry Not Clonedregistry exists in config but not cloned locally
REGISTRY_007Registry Sync Failedgit pull failed during sync
REGISTRY_008Registry Save Failedcould not save registry config changes
CodeNameDescription
SYSTEM_001System Homedircannot determine home directory
SYSTEM_002System IOfilesystem read/write/mkdir failure