ErrorMessage class

Constructors

ErrorMessage()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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

errorEmptyAskBotQuestion → const String
"Question cannot be null or empty"
errorEmptyBotID → const String
"BotID cannot be null or empty, Please provide a valid Bot ID"
errorEmptyFeature → const String
"Feature ID cannot be null or empty, Please provide a valid Feature ID"
errorMessageInvalidReceiverId → const String
"Invalid Receiver ID. The receiver ID cannot be null or empty"
errorMessageInvalidReceiverType → const String
"Invalid Receiver Type. Please provide a valid Receiver type"
errorMessageUserNotLoggedIn → const String
"Please log in to CometChat before calling this method"