ERROR_CODE_DOCUMENTATION

Constant ERROR_CODE_DOCUMENTATION 

Source
pub const ERROR_CODE_DOCUMENTATION: &str = "Error code documentation available in source";
Expand description

Error code documentation

§Reference Errors (MAG-REF-*)

CodeDescriptionRemediation
MAG-REF-001Symbol not foundVerify symbol name and file path; use magellan find to search
MAG-REF-002Ambiguous symbolUse fully-qualified name or specify file path
MAG-REF-003Invalid spanCheck byte offsets are within file bounds and start < end

§Query Errors (MAG-QRY-*)

CodeDescriptionRemediation
MAG-QRY-001Invalid query syntaxCheck query format; see command help
MAG-QRY-002File not found in databaseRun magellan watch or magellan verify
MAG-QRY-003Invalid parametersCheck required arguments for command

§I/O Errors (MAG-IO-*)

CodeDescriptionRemediation
MAG-IO-001File not found on filesystemCheck file path and permissions
MAG-IO-002Permission deniedCheck file/directory read permissions
MAG-IO-003Invalid pathVerify path format and escaping

§Validation Errors (MAG-V-*)

CodeDescriptionRemediation
MAG-V-001Checksum mismatchRe-index the file; data may be corrupted
MAG-V-002Span validation failedRe-index; file may have changed
MAG-V-003Database corruptionRe-build database from source