class OperationTimedOutError Members String or undefined host When defined, it gets the address of the host that caused the operation to time out. Constructor new OperationTimedOutError (String message, [String host]) Represents a client-side error that is raised when the client didn’t hear back from the server within ClientOptions.socketOptions.readTimeout. Parameters: Name Type Description message String The error message. host optional String Address of the server host that caused the operation to time out.