catchStreamErrors
catchStreamErrors(
stream,onError):IRChatStream
Defined in: streaming.ts:360
Wrap stream with error handling.
Parameters
Section titled “Parameters”stream
Section titled “stream”Original stream
onError
Section titled “onError”(error) => IRStreamChunk | null
Error handler
Returns
Section titled “Returns”Wrapped stream