Warning

interface Warning

Represents a non-fatal warning message that can be raised by a Readium library.

For example, while parsing an EPUB we, might want to report issues in the publication without failing the whole parsing.

Inheritors

Types

Link copied to clipboard

Indicates how the user experience might be affected by a warning.

Properties

Link copied to clipboard
abstract val message: String

Localized user-facing message describing the issue.

Link copied to clipboard

Indicates the severity level of this warning.

Link copied to clipboard
abstract val tag: String

Tag used to group similar warnings together.