Gjsify LogoGjsify Logo

Defines the types of possible errors reported by the #ECache

Index

Enumeration Members

CONSTRAINT: number

The error occurred due to an explicit constraint, like when attempting to add two objects with the same UID.

CORRUPT: number

The database file is corrupt. (Since: 3.44)

END_OF_LIST: number

An attempt was made to fetch results past the end of a the list.

ENGINE: number

An error was reported from the SQLite engine

INVALID_QUERY: number

A query was invalid.

LOAD: number

An error occured while loading or creating the database.

NOT_FOUND: number

An object was not found by UID (this is different from a query that returns no results, which is not an error).

UNSUPPORTED_FIELD: number

A field requested for inclusion in summary is not supported.

UNSUPPORTED_QUERY: number

A query was not supported.

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