QueryFailureError interface
错误定义。
属性
code | 服务特定的错误代码,用作 HTTP 错误代码的子状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
message | 错误说明。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
code
服务特定的错误代码,用作 HTTP 错误代码的子状态。 注意:此属性不会序列化。 它只能由服务器填充。
code?: string
属性值
string
message
错误说明。 注意:此属性不会序列化。 它只能由服务器填充。
message?: string
属性值
string