ContentResolverError

Errors wrapping Android ContentResolver errors.

Inheritors

Types

Link copied to clipboard
class FileNotFound(cause: Error? = null) : ContentResolverError
Link copied to clipboard
Link copied to clipboard
class IO(val cause: Error) : ContentResolverError
Link copied to clipboard
class NotAvailable(cause: Error? = null) : ContentResolverError

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.