Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Node.js Driver. Switch to the latest stable version.
OperationTimedOutError¶
errors~OperationTimedOutError(message, host)
Represents a client-side error that is raised when the client didn't hear back from the server within. ClientOptions.socketOptions.readTimeout.
Constructor¶
new OperationTimedOutError(message, host)
Parameters:
| Name | Type | Description |
|---|---|---|
message |
||
host |
Address of the server host that caused the operation to time out. |
Source
Members¶
host
When defined, it gets the address of the host that caused the operation to time out.
Source