Gjsify LogoGjsify Logo

Library errors are for errors from the library being used by elements (initializing, finalizing, settings, ...)

Index

Enumeration Members

ENCODE: number

used when the library generated an encoding error.

FAILED: number

a general error which doesn't fit in any other category. Make sure you add a custom message to the error call.

INIT: number

used when the library could not be opened.

NUM_ERRORS: number

the number of library error types.

SETTINGS: number

used when the library doesn't accept settings.

SHUTDOWN: number

used when the library could not be closed.

TOO_LAZY: number

do not use this except as a placeholder for deciding where to go while developing code.

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