OutOfMemory

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

This error can be produced while trying to put the content into memory or while trying to decode it.

Constructors

Link copied to clipboard
constructor(cause: ThrowableError<OutOfMemoryError>)
constructor(error: OutOfMemoryError)

Properties

Link copied to clipboard

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.