Gjsify LogoGjsify Logo

Error codes returned by character set conversion routines.

Index

Enumeration Members

BAD_URI: number

URI is invalid.

EMBEDDED_NUL: number

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

FAILED: number

Conversion failed for some reason.

ILLEGAL_SEQUENCE: number

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

NOT_ABSOLUTE_PATH: number

Pathname is not an absolute path.

NO_CONVERSION: number

Conversion between the requested character sets is not supported.

NO_MEMORY: number

No memory available. Since: 2.40

PARTIAL_INPUT: number

Partial character sequence at end of input.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method