Gjsify LogoGjsify Logo

Defines the types of possible errors reported by the #EBookSqlite

Index

Enumeration Members

CONSTRAINT: number

The error occurred due to an explicit constraint, this will happen when attempting to add two contacts with the same UID.

CONTACT_NOT_FOUND: number

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

END_OF_LIST: number

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

ENGINE: number

An error was reported from the SQLite engine

INVALID_QUERY: number

A query was invalid. This can happen if the search expression could not be parsed or if a phone number query contained non-phonenumber input.

LOAD: number

An error occured while loading or creating the database

UNSUPPORTED_FIELD: number

An unsupported #EContactField was specified in the summary

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