FileErrorCode

enum FileErrorCode : Enum<FileErrorCode> , ErrorCode

FileErrorCode is an enumeration of ErrorCode that list errors that can happen while dealing with files.

Author

Richard Arriaga

Entries

Link copied to clipboard

An unspecified error has occurred.

Link copied to clipboard

Indicates a file that was attempted to be created already exists.

Link copied to clipboard

Could not locate a file at specified location.

Link copied to clipboard

The cache id provided to refer to a file did not refer to any file.

Link copied to clipboard

The permissions associated with the file does not allow the attempted action.

Link copied to clipboard

An attempt to access a FileManager-cached file that has been closed and removed from the cache has occurred.

Link copied to clipboard

Encoding the file for storage has failed.

Link copied to clipboard

Decoding a file has failed.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val code: Int

The integer value that is unique in ErrorCodeRangeRegistry that uniquely represents this ErrorCode.

Link copied to clipboard
open override val errorCodeRange: ErrorCodeRange

The ErrorCodeRange this ErrorCode belongs to.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int