DriverError.source constructor

const DriverError.source(
  1. Object cause
)

The inbound source failed to read; the host should reconnect.

Implementation

const DriverError.source(this.cause) : kind = 'Source';