Type of an unblu error. This can be used to check what kind of error occurred.

Enumeration Members

ACTION_NOT_GRANTED: "ACTION_NOT_GRANTED"

Thrown if a called action is not permitted for the local person. The details message usually has more information about the required permissions.

AUTHENTICATION_FAILED: "AUTHENTICATION_FAILED"

Thrown if the login against the Unblu collaboration server failed.

CONFIGURATION_MISSING: "CONFIGURATION_MISSING"

Thrown if the initialization is called with no existing snippet and no configuration.

ERROR_LOADING_UNBLU: "ERROR_LOADING_UNBLU"

Thrown during initialization if the snippet can't be loaded or unblu can't be initialized from the snippet.

EXECUTION_EXCEPTION: "EXECUTION_EXCEPTION"

Thrown if an unexpected exception occurrs during a function execution.

ILLEGAL_STATE: "ILLEGAL_STATE"

Thrown if a method is called in an invalid context. E.g. if the Object called upon was already destroyed.

INCOMPATIBLE_UNBLU_VERSION: "INCOMPATIBLE_UNBLU_VERSION"

Thrown if the unblu JS API is not compatible with the unblu collaboration server.

INITIALIZATION_TIMEOUT: "INITIALIZATION_TIMEOUT"

Thrown if the initialization of the unblu API failed due to a timeout.

INVALID_FUNCTION_ARGUMENTS: "INVALID_FUNCTION_ARGUMENTS"

Thrown if the arguments passed to a function where invalid.

INVALID_FUNCTION_CALL: "INVALID_FUNCTION_CALL"

Thrown if a function call was invalid. This is usually do to an incompatibility between the unblu JS API and the unblu collaboration server.

TIMEOUT: "TIMEOUT"

Thrown if a timeout ocurrs.

UNSUPPORTED_BROWSER: "UNSUPPORTED_BROWSER"

Thrown if the browser is not supported by unblu.