Async-iterate the raw envelopes for this stream (terminates on done).
()
| 34 | const STREAM_ERROR_NAMES: Record<number, string> = { |
| 35 | [AskStreamErrorCode.UNSPECIFIED]: "unspecified", |
| 36 | [AskStreamErrorCode.MACHINE_OFFLINE]: "machine_offline", |
| 37 | [AskStreamErrorCode.NO_TARGETS]: "no_targets", |
| 38 | [AskStreamErrorCode.INTERNAL]: "internal", |
| 39 | [AskStreamErrorCode.PIN_DENIED]: "pin_denied", |
no outgoing calls
no test coverage detected