| Name | Type | Description | Notes |
|---|---|---|---|
| code | int | 业务错误码,0 表示成功 | [optional] |
| label | string | Error identifier code. Empty string on success, machine-readable error label on error | [optional] |
| message | string | Error description | [optional] |
| data | object | 成功时为空对象 {} | [optional] |
| timestamp | int | Server timestamp (milliseconds) | [optional] |