Rate this page:

VIMessagingError

Consts

ERROR_ACL

Static
Copy URL

ACL error.

ERROR_ADDING_TO_DIRECT

Static
Copy URL

Adding participant to direct conversation is not allowed.

ERROR_ALREADY_IN_PARTICIPANTS_LIST

Static
Copy URL

User is already in the participants list.

ERROR_CLIENT_NOT_LOGGED_IN

Static
Copy URL

Client is not logged in.

ERROR_CONVERSATION_DELETED

Static
Copy URL

Conversation with this UUID is deleted.

ERROR_CONVERSATION_DOES_NOT_EXIST

Static
Copy URL

Conversation does not exist.

ERROR_DIRECT_CANNOT_BE_PUBLIC_OR_UBER

Static
Copy URL

Direct conversation cannot be public or uber.

ERROR_EDITING_PARTICIPANTS_IN_DIRECT

Static
Copy URL

Joining direct conversation is not allowed.

ERROR_EVENT_NAME_IS_UNKNOWN

Static
Copy URL

Event name is unknown.

ERROR_FAILED_TO_PROCESS_RESPONSE

Static
Copy URL

Failed to process response.

ERROR_FROM_GREATER_THAN_TO

Static
Copy URL

The 'from' field value is greater than the 'to' field value.

ERROR_IM_SERVICE_UNAVAILABLE

Static
Copy URL

IM service is not available. Try again later.

ERROR_INTERNAL

Static
Copy URL

Internal error.

ERROR_INVALID_ARGUMENTS

Static
Copy URL

Invalid argument(s). | Message text exceeds the length limit.

ERROR_LEAVING_DIRECT_NOT_ALLOWED

Static
Copy URL

Leaving direct conversation is not allowed.

ERROR_LIMIT_PER_MINUTE

Static
Copy URL

N messages per minute limit reached. Please try again later.

ERROR_LIMIT_PER_SECOND

Static
Copy URL

N messages per second limit reached. Please try again later.

ERROR_MESSAGE_DELETED

Static
Copy URL

Message with this UUID is deleted from the conversation.

ERROR_MESSAGE_DOES_NOT_EXIST

Static
Copy URL

Message with this UUID does not exist in the conversation.

ERROR_MESSAGE_SIZE_EXCEEDS_LIMIT

Static
Copy URL

Message size exceeds the limit of 5000 symbols.

ERROR_METHOD_CALL_DISCARDED

Static
Copy URL

Method calls within 10s interval from the last call are discarded.

ERROR_NOTIFICATION_EVENT_INCORRECT

Static
Copy URL

The notification event is incorrect.

ERROR_NOT_AUTHORIZED

Static
Copy URL

User is not authorized.

ERROR_NUMBER_OF_USERS_IN_DIRECT

Static
Copy URL

Direct conversation is allowed between two users only.

ERROR_PUBLIC_JOIN_IS_UNAVAILABLE

Static
Copy URL

Public join is not available for this conversation.

ERROR_REMOVING_FROM_DIRECT

Static
Copy URL

Removing participant from direct conversation is not allowed.

ERROR_REQUESTED_NUMBER_TOO_BIG

Static
Copy URL

Number of requested objects is larger than allowed by the service.

ERROR_REQUESTED_NUMBER_TOO_BIG_OR_0

Static
Copy URL

Number of requested objects is 0 or larger than allowed by the service.

ERROR_SOMETHING_WENT_WRONG

Static
Copy URL

Something went wrong. Please check your input or required parameters.

ERROR_SPECIFY_AT_LEAST_TWO_PARAMS

Static
Copy URL

Specify at least two parameters: eventsFrom, eventsTo, count.

ERROR_SPECIFY_MAXIMUM_TWO_PARAMS

Static
Copy URL

Passing the 'eventsFrom', 'eventsTo' and 'count' parameters simultaneously is not allowed. You should use only two of these parameters.

ERROR_TIMEOUT

Static
Copy URL

Response timeout.

ERROR_TRANSPORT_MESSAGE_STRUCTURE_IS_WRONG

Static
Copy URL

Transport message structure is wrong.

ERROR_USER_IS_NOT_IN_THE_PARTICIPANT_LIST

Static
Copy URL

User is not in the participants list.

ERROR_USER_NOT_FOUND

Static
Copy URL

User is not found.

ERROR_USER_VALIDATION

Static
Copy URL

User validation error.

ERROR_WRONG_SEQUENCE_ARGUMENT

Static
Copy URL

The 'seq' parameter value is greater than currently possible.

Constructors

VIMessagingError

Copy URL