AccessError

interface AccessError : Error

Marker interface for source-specific access errors.

Inheritors

Properties

Link copied to clipboard
abstract val cause: Error?

The cause error or null if there is none.

Link copied to clipboard
abstract val message: String

An error message.

Functions

Link copied to clipboard

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