Type alias HttpClientConnectionError

HttpClientConnectionError: ((error) => void)

Type declaration

    • (error): void
    • Listener signature for event emitted from an HttpClientConnection when an error occurs

      Parameters

      • error: Error

        A CrtError containing the error that occurred

      Returns void

Generated using TypeDoc