errno property

int errno

错误码,为0表示没有错误,其他情况可以通过 官网 查询

Implementation

int get errno => responseMap['errno'];