Access

class Access(val cause: AccessError) : ReadError

An error occurred while trying to access the content.

At the moment, AccessErrors constructed by the toolkit can be either a FileSystemError, a ContentResolverError or an HttpError.

Constructors

Link copied to clipboard
constructor(cause: AccessError)

Properties

Link copied to clipboard
open override val cause: AccessError

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.