ErrorCode

Entries

Link copied to clipboard

No error

Link copied to clipboard

Store error

Link copied to clipboard

Insuficient permission to perform the intended operation

Link copied to clipboard

Malformed data

Link copied to clipboard

Entry already exists

Link copied to clipboard

Entry doesn't exist

Link copied to clipboard

Multiple matching entries found

Link copied to clipboard

The intended operation requires the directory to be empty but it isn't

Link copied to clipboard

The indended operation is not supported

Link copied to clipboard

Failed to read from or write into the config file

Link copied to clipboard

Argument passed to a function is not valid

Link copied to clipboard

Request or response is malformed

Link copied to clipboard

Storage format version mismatch

Link copied to clipboard

Connection lost

Link copied to clipboard

Invalid handle to a resource (e.g., Repository, File, ...)

Link copied to clipboard

Entry has been changed and no longer matches the expected value

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Unspecified error

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun encode(): Short
Link copied to clipboard
fun valueOf(value: String): ErrorCode

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.