Gjsify LogoGjsify Logo

Connection status codes used by the #ESource to indicate its connection state. This is used in combination with authentication of the ESource. For example, if there are multiple clients asking for a password and a user enters the password in one of them, then the status will change into 'connecting', which is a signal do close the password prompt in the other client, because the credentials had been already provided.

Index

Enumeration Members

AWAITING_CREDENTIALS: number

The source asked for credentials with a 'credentials-required' signal and is currently awaiting for them.

CONNECTED: number

The source is currently connected to its (possibly remote) data store.

CONNECTING: number

The source is currently connecting to its (possibly remote) data store.

DISCONNECTED: number

The source is currently disconnected from its (possibly remote) data store.

SSL_FAILED: number

A user rejected SSL certificate trust for the connection.

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