Type alias HttpStreamError

HttpStreamError: ((error) => void)

Type declaration

    • (error): void
    • Listener signature for event emitted from an HttpClientStream when an http stream error occurs

      Parameters

      • error: Error

        A CrtError containing the error that occurred

      Returns void

Generated using TypeDoc