# haasomeapi.dataobjects.util package
## 子模块
haasomeapi.dataobjects.util.HaasomeClientResponse模块
class haasomeapi.dataobjects.util.HaasomeClientResponse.HaasomeClientResponse(errorcode:haasomeapi.enums.EnumErrorCode.EnumErrorCode,errormessage:str,result )
Bases: object
标准Haas API响应对象包含Haas本地API响应
| 参数 |类型 |说明|
|---|---|---|
| errorCode | [EnumErrorCode ](https://www.kancloud.cn/zbb1025/cccc/780202)|如果有错误代码返回
|errorMessage |str|从服务器返回的错误消息(如果有)
result | any|Can contain anything so check functiona definition可以包含任何检查函数的定义
## 模块内容