UnsupportedOperation

An operation could not be performed at some point.

For instance, this error can occur no matter the level of indirection when trying to read ranges or getting length if any component the data has to pass through doesn't support that.

Constructors

Link copied to clipboard
constructor(cause: Error)
constructor(message: String)

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.