OpenError

List of errors that can happen when trying to present an edition.

Entries

Link copied to clipboard

Caused when trying to present a non downloaded edition.

Link copied to clipboard

Caused when trying to present a non existing edition.

Link copied to clipboard

Caused when trying to open an edition but the user is not entitled to do it.

Link copied to clipboard

Caused when trying to present an edition that is trying to be presented.

Link copied to clipboard

The edition can not be opened, check the log for more details.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): OpenError

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.