TIMError enum
- Inheritance
- Available extensions
Values
- success → const TIMError
-
const TIMError(0) - failed → const TIMError
-
const TIMError(-1) - invalidUserId → const TIMError
-
const TIMError(7002) - errSdkCommApiCallFrequencyLimit → const TIMError
-
const TIMError(7008) - errSdkBlockedBySensitiveWord → const TIMError
-
const TIMError(7015) - errSdkNetDisconnect → const TIMError
-
const TIMError(9508) - errSdkNetAllReadyConn → const TIMError
-
const TIMError(9509) - errSdkNetConnTimeout → const TIMError
-
const TIMError(9510) - errSdkNetConnRefuse → const TIMError
-
const TIMError(9511) - errSdkNetNetUnReach → const TIMError
-
const TIMError(9512) - errSdkNetWaitInQueueTimeout → const TIMError
-
const TIMError(9518) - errSdkNetWaitSendTimeout → const TIMError
-
const TIMError(9519) - errSdkNetWaitAckTimeout → const TIMError
-
const TIMError(9520) - errSdkNetWaitSendRemainingTimeout → const TIMError
-
const TIMError(9521) - errSdkNetPkgSizeLimit → const TIMError
-
const TIMError(9522) - errSdkNetWaitSendTimeoutNoNetwork → const TIMError
-
const TIMError(9523) - errSdkNetWaitAckTimeoutNoNetwork → const TIMError
-
const TIMError(9524) - errSdkNetSendRemainingTimeoutNoNetwork → const TIMError
-
const TIMError(9525) - errSvrGroupShutUpDeny → const TIMError
-
const TIMError(10017)
Properties
- code → int
-
final
- description → String?
-
Available on TIMError, provided by the TIMErrorWithLocalization extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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