Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AiProcessMessengerError

This is an enumeration type constant that refers to the reason of disconnection, and is defined as follows.

api-version

2

user

Index

Enumeration Members

ALREADY_CONNECTED: 131074

The messenger has been already connected with the AI process server.

api-version

2

user
ALREADY_INSTALLED: 262145

The requested model has already been installed.

api-version

2

user
ALREADY_LOGGED_IN: 196609

The messenger has been already logged in to the AI process server.

api-version

2

user
DESTROYED: 65536

The messenger has been destroyed.

api-version

2

user
FAILED_TO_BIND_WITH_SERVER_API_LIB: 65537

Failed to bind with API lib.

api-version

2

user
FAILED_TO_GET_TIME_TOKEN: 196612

Failed to get time token.

api-version

2

user
INVALID_ACCOUNT: 196610

Invalid account.

api-version

2

user
INVALID_AI_TOKEN: 196613

The messenger did not log in or expired the token.

api-version

2

user
INVALID_MODEL_ID: 262144

The requested model's id is not valid.

api-version

2

user
INVALID_PASSWORD: 196611

Invalid password.

api-version

2

user
NETWORK_ERROR: 131072

Network error.

api-version

2

user
NOT_CONNECTED: 131073

The messenger is not connected with the AI process server.

api-version

2

user
NOT_LOGGED_IN: 196608

The messenger is not logged in to the AI process server.

api-version

2

user
SERVER_API_ERROR: 65538

Error on server API.

api-version

2

user
UNKNOWN: 0

Unknown Error.

api-version

2

user

Generated using TypeDoc