IoErrorReason

sealed class IoErrorReason

The possible underlying reasons an IoError occurs.

Inheritors

Types

Link copied to clipboard

An I/O operation failed because the specified entity (such as a file) already exists.

Link copied to clipboard

An I/O operation failed because the specified entity (such as a file) already exists.

Link copied to clipboard

An I/O operation failed.

Link copied to clipboard

An I/O operation failed because the necessary privileges to complete it were not present.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String