ApiErrorCodes

@vulp/js-api > ApiErrorCodes

ApiErrorCodes enum

The error codes that can be thrown by the Vulp API.

Signature:

export declare enum ApiErrorCodes 

Enumeration Members

Member

Value

Description

IFRAME_ALREADY_REGISTERED

"IFRAME_ALREADY_REGISTERED"

The provided iframe has already been registered.

IFRAME_CONTENT_WINDOW_NOT_FOUND

"IFRAME_CONTENT_WINDOW_NOT_FOUND"

The provided iframe does not have a content window, or the content window can not be accessed.

IFRAME_NOT_FOUND

"IFRAME_NOT_FOUND"

The provided iframe can not be found.

IFRAME_NOT_REGISTERED

"IFRAME_NOT_REGISTERED"

The provided iframe has not been registered.

INTERNAL_ERROR

"INTERNAL_ERROR"

An internal Vulp error occurred. Please report this error to the Vulp team.

MODEL_NOT_FOUND

"MODEL_NOT_FOUND"

The model can not be found.

NOT_INITIALIZED

"NOT_INITIALIZED"

The Vulp API library has not been initialized. See VulpApi.initialize() to initialize it.

SECURITY_ERROR

"SECURITY_ERROR"

A security error occurred.

UNKNOWN_COMMAND_ERROR

"UNKNOWN_COMMAND_ERROR"

An unknown command has been sent.