Gjsify LogoGjsify Logo

This enum provides a list of errors that plugins and extensions can use.

Index

Enumeration Members

AUTH_SERVICE_ERR: number

Placeholder to rearrange enumeration - AuthService specific

AUTH_SESSION_ERR: number

Placeholder to rearrange enumeration - AuthSession/PluginInterface specific

CREDENTIALS_NOT_AVAILABLE: number

Query failed.

ENCRYPTION_FAILED: number

Failure during data encryption/decryption.

ENCRYPTION_FAILURE: number

Failure during data encryption/decryption.

FORGOT_PASSWORD: number

User requested reset password sequence.

IDENTITY_ERR: number

Placeholder to rearrange enumeration - Identity specific

IDENTITY_NOT_FOUND: number

The identity matching this Identity object was not found on the service.

IDENTITY_OPERATION_CANCELED: number

Identity operation was canceled by user.

INCORRECT_DATE: number

Date time incorrect on device.

INTERNAL_COMMUNICATION: number

Communication with Signon Daemon error.

INTERNAL_SERVER: number

Signon Daemon internal error.

INVALID_CREDENTIALS: number

The supplied credentials are invalid for the mechanism implementation.

INVALID_QUERY: number

Parameters for the query are invalid.

MECHANISM_NOT_AVAILABLE: number

The requested mechanism is not available.

METHOD_NOT_AVAILABLE: number

The requested method is not available.

METHOD_NOT_KNOWN: number

The method with this name is not found.

METHOD_OR_MECHANISM_NOT_ALLOWED: number

Method or mechanism not allowed for this identity.

MISSING_DATA: number

The SessionData object does not contain necessary information.

NETWORK: number

Network connetion failed.

NONE: number

No error

NOT_AUTHORIZED: number

Authorization failed.

NO_CONNECTION: number

No Network connetion.

OPERATION_FAILED: number

Temporary failure in authentication.

OPERATION_NOT_SUPPORTED: number

The operation is not supported by the mechanism implementation.

PERMISSION_DENIED: number

The operation cannot be performed due to insufficient client permissions.

REFERENCE_NOT_FOUND: number

Trying to remove nonexistent reference.

REMOVE_FAILED: number

Removing credentials failed.

RUNTIME: number

Casting SessionData into subclass failed

SERVICE_NOT_AVAILABLE: number

The service is temporarily unavailable.

SESSION_CANCELED: number

Challenge was cancelled.

SIGN_OUT_FAILED: number

SignOut failed.

SSL: number

Ssl connection failed.

STORE_FAILED: number

Storing credentials failed.

TIMED_OUT: number

Challenge was timed out.

TOS_NOT_ACCEPTED: number

User declined Terms of Service.

UNKNOWN: number

Catch-all for errors not distinguished by another code.

USER_ERR: number

Placeholder to rearrange enumeration - User space specific

USER_INTERACTION: number

User interaction dialog failed

WRONG_STATE: number

An operation method has been called in a wrong state.

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