DecodeError

sealed class DecodeError : Error

Errors produced when trying to decode content.

Inheritors

Types

Link copied to clipboard
class Decoding(cause: Error) : DecodeError

Content could not be successfully decoded because it doesn't match what was expected.

Link copied to clipboard

Content could not be successfully decoded because there is not enough memory available.

Properties

Link copied to clipboard
open override val cause: Error

The cause error or null if there is none.

Link copied to clipboard
open override val message: String

An error message.

Functions

Link copied to clipboard

Convenience function to get the description of an error with its cause.