ConvertError

Error codes returned by character set conversion routines.

Entries

Link copied to clipboard

Conversion between the requested character sets is not supported.

Link copied to clipboard

Invalid byte sequence in conversion input; or the character sequence could not be represented in the target character set.

Link copied to clipboard

Conversion failed for some reason.

Link copied to clipboard

Partial character sequence at end of input.

Link copied to clipboard

URI is invalid.

Link copied to clipboard

Pathname is not an absolute path.

Link copied to clipboard

No memory available. Since: 2.40

Link copied to clipboard

An embedded NUL character is present in conversion output where a NUL-terminated string is expected. Since: 2.56

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

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.