ResourceErrorCode

Enumeration for resource-related error codes.

Entries

Link copied to clipboard

Unknown error occurred.

Link copied to clipboard

No error occurred, the operation was successful. Not possible to be returned.

Link copied to clipboard

The operation was not permitted due to insufficient permissions.

Link copied to clipboard

The specified resource entry was not found.

Link copied to clipboard

There was not enough memory to complete the operation.

Link copied to clipboard

The instance is invalid. Usually the system service is unavailable.

Link copied to clipboard

The provided arguments are invalid or inappropriate for the operation.

Link copied to clipboard

The operation is invalid in the current context or state.

Link copied to clipboard

The content of the resource is invalid or corrupted.

Link copied to clipboard

The object is invalid, possibly null or corrupted.

Link copied to clipboard

The resource is a directory, but a non-directory was expected.

Link copied to clipboard

The resource is not a directory, but a directory was expected.

Link copied to clipboard

The resource format is not supported, or file extension is not correct.

Link copied to clipboard

There are too many resources allocated.

Link copied to clipboard

The resource is too large to be processed.

Link copied to clipboard

The resource is read-only and cannot be modified.

Link copied to clipboard

The resource version is incompatible with the current operation or system.

Link copied to clipboard

The operation timed out before completion.

Link copied to clipboard

The resource or bundle version is invalid.

Link copied to clipboard

The resource already exists.

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
val value: Int

The integer value of the error code.

Functions

Link copied to clipboard

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.