Container

sealed class Container : LcpError

Errors while reading or writing a LCP container (LCPL, EPUB, LCPDF, etc.)

Inheritors

Types

Link copied to clipboard

The file at given relative path is not found in the Container.

Link copied to clipboard

Can't access the container, it's format is wrong.

Link copied to clipboard
class ReadFailed(val url: Url?) : LcpError.Container

Can't read the file at given relative path in the Container.

Link copied to clipboard

Can't write the file at given relative path in the Container.

Properties

Link copied to clipboard
open override val cause: Error?
Link copied to clipboard
open override val message: String