BaseResp class abstract

Implementers

Constructors

BaseResp({required int errorCode, String? errorMessage})
const

Properties

errorCode int
final
errorMessage String?
final
hashCode int
The hash code for this object.
no setterinherited
isCancelled bool
no setter
isSuccessful bool
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

AUTH_DENY → const int
授权失败
PAY_FAIL → const int
支付失败
SENT_FAIL → const int
发送失败
SHARE_IN_SDK_FAILED → const int
分享失败 详情见response UserInfo
SUCCESS → const int
成功
UNKNOWN → const int
未知
UNSUPPORT → const int
不支持的请求
USERCANCEL → const int
用户取消发送
USERCANCEL_INSTALL → const int
用户取消安装微博客户端