CassandraError interface
属性
| additional |
有关错误的其他信息。 |
| code | 发生的错误代码。 |
| message | 错误的消息。 |
| target | 错误的目标资源。 |
属性详细信息
additionalErrorInfo
有关错误的其他信息。
additionalErrorInfo?: string
属性值
string
code
发生的错误代码。
code?: string
属性值
string
message
错误的消息。
message?: string
属性值
string
target
错误的目标资源。
target?: string
属性值
string