VIMessagingError class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- ERROR_ACL → const String
- ACL error.
- ERROR_ADDING_TO_DIRECT → const String
- Adding participant to direct conversation is not allowed.
- ERROR_ALREADY_IN_PARTICIPANTS_LIST → const String
- User is already in the participants list.
- ERROR_CLIENT_NOT_LOGGED_IN → const String
- Client is not logged in.
- ERROR_CONVERSATION_DELETED → const String
- Conversation with this UUID is deleted.
- ERROR_CONVERSATION_DOES_NOT_EXIST → const String
- Conversation does not exist.
- ERROR_DIRECT_CANNOT_BE_PUBLIC_OR_UBER → const String
- Direct conversation cannot be public or uber.
- ERROR_EDITING_PARTICIPANTS_IN_DIRECT → const String
- Joining direct conversation is not allowed.
- ERROR_EVENT_NAME_IS_UNKNOWN → const String
- Event name is unknown.
- ERROR_FAILED_TO_PROCESS_RESPONSE → const String
- Failed to process response.
- ERROR_FROM_GREATER_THAN_TO → const String
- The 'from' field value is greater than the 'to' field value.
- ERROR_IM_SERVICE_UNAVAILABLE → const String
- IM service is not available. Try again later.
- ERROR_INTERNAL → const String
- Internal error.
- ERROR_INVALID_ARGUMENTS → const String
- Invalid argument(s). | Message text exceeds the length limit.
- ERROR_LEAVING_DIRECT_NOT_ALLOWED → const String
- Leaving direct conversation is not allowed.
- ERROR_LIMIT_PER_MINUTE → const String
- N messages per minute limit reached. Please try again later.
- ERROR_LIMIT_PER_SECOND → const String
- N messages per second limit reached. Please try again later.
- ERROR_MESSAGE_DELETED → const String
- Message with this UUID is deleted from the conversation.
- ERROR_MESSAGE_DOES_NOT_EXIST → const String
- Message with this UUID does not exist in the conversation.
- ERROR_MESSAGE_SIZE_EXCEEDS_LIMIT → const String
- Message size exceeds the limit of 5000 symbols.
- ERROR_METHOD_CALL_DISCARDED → const String
- Method calls within 10s interval from the last call are discarded.
- ERROR_NOT_AUTHORIZED → const String
- User is not authorized.
- ERROR_NOTIFICATION_EVENT_INCORRECT → const String
- The notification event is incorrect.
- ERROR_NUMBER_OF_USERS_IN_DIRECT → const String
- Direct conversation is allowed between two users only.
- ERROR_PUBLIC_JOIN_IS_UNAVAILABLE → const String
- Public join is not available for this conversation.
- ERROR_REMOVING_FROM_DIRECT → const String
- Removing participant from direct conversation is not allowed.
- ERROR_REQUESTED_NUMBER_TOO_BIG → const String
- Number of requested objects is larger than allowed by the service.
- ERROR_REQUESTED_NUMBER_TOO_BIG_OR_0 → const String
- Number of requested objects is 0 or larger than allowed by the service.
- ERROR_SOMETHING_WENT_WRONG → const String
- Something went wrong. Please check your input or required parameters.
- ERROR_SPECIFY_AT_LEAST_TWO_PARAMS → const String
- Specify at least two parameters: eventsFrom, eventsTo, count.
- ERROR_SPECIFY_MAXIMUM_TWO_PARAMS → const String
- Passing the 'eventsFrom', 'eventsTo' and 'count' parameters simultaneously is not allowed. You should use only two of these parameters.
- ERROR_TIMEOUT → const String
- Response timeout.
- ERROR_TRANSPORT_MESSAGE_STRUCTURE_IS_WRONG → const String
- Transport message structure is wrong.
- ERROR_USER_IS_NOT_IN_THE_PARTICIPANT_LIST → const String
- User is not in the participants list.
- ERROR_USER_NOT_FOUND → const String
- User is not found.
- ERROR_USER_VALIDATION → const String
- User validation error.
- ERROR_WRONG_SEQUENCE_ARGUMENT → const String
- The 'seq' parameter value is greater than currently possible.