ErrorCode

@Serializable
enum ErrorCode : Enum<ErrorCode>

Entries

Link copied to clipboard

No error

Link copied to clipboard

Insuficient permission to perform the intended operation

Link copied to clipboard

Invalid input parameter

Link copied to clipboard

Invalid data (e.g., malformed incoming message, config file, etc...)

Link copied to clipboard

Entry already exists

Link copied to clipboard

Entry not found

Link copied to clipboard

Multiple matching entries found

Link copied to clipboard

The indended operation is not supported

Link copied to clipboard

The operation was interrupted

Link copied to clipboard

Failed to establish connection to the server

Link copied to clipboard

Connection aborted by the server

Link copied to clipboard

Failed to send or receive message

Link copied to clipboard

Listener failed to bind to the specified address

Link copied to clipboard

Listener failed to accept client connection

Link copied to clipboard

Operation on the internal repository store failed

Link copied to clipboard

Entry was expected to not be a directory but it is

Link copied to clipboard

Entry was expected to be a directory but it isn't

Link copied to clipboard

Directory was expected to be empty but it isn't

Link copied to clipboard

File or directory is busy

Link copied to clipboard

Failed to initialize runtime

Link copied to clipboard

Failed to read from or write into the config file

Link copied to clipboard

TLS certificated not found

Link copied to clipboard

TLS certificates failed to load

Link copied to clipboard

TLS keys not found

Link copied to clipboard

Failed to create TLS config

Link copied to clipboard

Failed to install virtual filesystem driver

Link copied to clipboard

Unspecified virtual filesystem error

Link copied to clipboard

Another instance of the service is already running

Link copied to clipboard

Store directory is not specified

Link copied to clipboard

Mount directory is not specified

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 toValue(): Int
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.