Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Node.js Driver. Switch to the latest stable version.
ResponseError¶
errors~ResponseError(code, message)
Represents an error message from the server.
Constructor¶
new ResponseError(code, message)
Parameters:
| Name | Type | Description |
|---|---|---|
code |
Cassandra exception code as defined in responseErrorCodes. |
|
message |
Source