Enumeration ArchiveReadError

Errors that will be thrown if the reader encounters an invalid data layout

Enumeration Members

ERR_ENTRY_CONTENT_MIN_BUFFER_LENGTH_NOT_MET: "ERR_ENTRY_CONTENT_MIN_BUFFER_LENGTH_NOT_MET"

Occurs when the reader fails to fully load the content buffer of an entry due to the input data stream ending prematurely.

ERR_HEADER_MISSING_POST_PAX_SEGMENT: "ERR_HEADER_MISSING_POST_PAX_SEGMENT"

Occurs when the reader fails to fully load a PAX header due to the third and final segment not appearing in the input data stream.

ERR_HEADER_PAX_MIN_BUFFER_LENGTH_NOT_MET: "ERR_HEADER_PAX_MIN_BUFFER_LENGTH_NOT_MET"

Occurs when the reader fails to fully load a PAX header due to the input data stream ending prematurely.

Generated using TypeDoc