errorCode property

int? get errorCode

错误码(如果失败,业务错误码) 默认返回 null,用户可以在自己的响应类中重写此方法返回具体的错误码

Implementation

int? get errorCode => null;