JuggleException class
- Implemented types
Constructors
- JuggleException(int errorCode)
Properties
- description ↔ String
-
getter/setter pair
- errorCode → int
-
final
- 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
- appKeyEmpty → const int
- appKeyInvalid → const int
- appProhibited → const int
- chatroomAttributeCountExceed → const int
- chatroomAttributeNotExist → const int
- chatroomBatchSetAttributeFail → const int
- chatroomDestroyed → const int
- chatroomNotExist → const int
- chatroomUnknownError → const int
- connectionAlreadyExist → const int
- downloadAlreadyExist → const int
- downloadCanceled → const int
- downloadNotMediaMessage → const int
- groupNotExist → const int
- invalidParam → const int
- messageAlreadyRecalled → const int
- messageDownloadError → const int
- messageNotExist → const int
- messageUploadError → const int
- notChatroomMember → const int
- notGroupMember → const int
- operationTimeOut → const int
- recallExtrasTypeNotString → const int
- serverSetError → const int
- tokenEmpty → const int
- tokenExpired → const int
- tokenIllegal → const int
- userKickedByOtherClient → const int
- userLogOut → const int
- userProhibited → const int