SQFS_ERROR
Error codes that can be returned by various libsquashfs functions.
@ SQFS_ERROR_NO_ENTRY
A specified path, or a part of it, does not exist.
@ SQFS_ERROR_INTERNAL
An internal error of the "this wasn't supposed to happen" kind that cannot easily be mapped to someth...
@ SQFS_ERROR_NOT_FILE
Tried to perform an file operation on something that isn't a regular file or a regular file inode.
@ SQFS_ERROR_ALLOC
Allocation using malloc or calloc failed (returned NULL).
@ SFQS_ERROR_SUPER_VERSION
Specific error when reading the super block.
@ SQFS_ERROR_UNSUPPORTED
Attempted to use an unsupported feature (e.g. an unknown compressor or xattr type).
@ SQFS_ERROR_NOT_DIR
Expected a directory (inode), found something else instead.
@ SQFS_ERROR_COMPRESSOR
Generic compressor error returned if compressing data failed (some kind of internal error) or extract...
@ SQFS_ERROR_OVERFLOW
Attempted to read a data structure into memory would overflow the addressable memory....
@ SQFS_ERROR_SUPER_BLOCK_SIZE
Specific error when reading or initializing the super block.
@ SQFS_ERROR_SEQUENCE
Library functions were called an a nonsensical order.
@ SQFS_ERROR_LINK_LOOP
Detected a hard link loop while walking a filesystem tree.
@ SQFS_ERROR_OUT_OF_BOUNDS
Attempted to perform an out-of-bounds read. If this happens when following a reference stored in a da...
@ SFQS_ERROR_SUPER_MAGIC
Specific error when reading the super block.
@ SQFS_ERROR_CORRUPTED
Attempted to read an on-disk data structure that appears to be corrupted, i.e. contains obvious non-s...
@ SQFS_ERROR_ARG_INVALID
An invalid argument was passed to a library function.
@ SQFS_ERROR_IO
Generic I/O error if a file read or write operation failed.