CassandraError interface
Properties
additional |
Additional information about the error. |
code | The code of error that occurred. |
message | The message of the error. |
target | The target resource of the error. |
Property Details
additionalErrorInfo
Additional information about the error.
additionalErrorInfo?: string
Property Value
string
code
The code of error that occurred.
code?: string
Property Value
string
message
The message of the error.
message?: string
Property Value
string
target
The target resource of the error.
target?: string
Property Value
string