ErrorCode

Error codes returned by functions. Not all of these error codes are returned by the functions provided by this API; some are used in higher-level library layers, and others are provided merely for alignment with POSIX.

Entries

Link copied to clipboard

Permission denied.

Link copied to clipboard

Resource unavailable, or operation would block.

Link copied to clipboard

Connection already in progress.

Link copied to clipboard

Bad descriptor.

Link copied to clipboard

Device or resource busy.

Link copied to clipboard

Resource deadlock would occur.

Link copied to clipboard

Storage quota exceeded.

Link copied to clipboard

File exists.

Link copied to clipboard

File too large.

Link copied to clipboard

Illegal byte sequence.

Link copied to clipboard

Operation in progress.

Link copied to clipboard

Interrupted function.

Link copied to clipboard

Invalid argument.

Link copied to clipboard

I/O error.

Link copied to clipboard

Is a directory.

Link copied to clipboard

Too many levels of symbolic links.

Link copied to clipboard

Too many links.

Link copied to clipboard

Message too large.

Link copied to clipboard

Filename too long.

Link copied to clipboard

No such device.

Link copied to clipboard

No such file or directory.

Link copied to clipboard

No locks available.

Link copied to clipboard

Not enough space.

Link copied to clipboard

No space left on device.

Link copied to clipboard

Not a directory or a symbolic link to a directory.

Link copied to clipboard

Directory not empty.

Link copied to clipboard

State not recoverable.

Link copied to clipboard

Not supported

Link copied to clipboard

Inappropriate I/O control operation.

Link copied to clipboard

No such device or address.

Link copied to clipboard

Value too large to be stored in data type.

Link copied to clipboard

Operation not permitted.

Link copied to clipboard

Broken pipe.

Link copied to clipboard

Read-only file system.

Link copied to clipboard

Invalid seek.

Link copied to clipboard

Text file busy.

Link copied to clipboard

Cross-device link.

Functions

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.

Properties

Link copied to clipboard
Link copied to clipboard