@runloop/remote-agents-sdk
Preparing search index...
shared
StreamResubscribeResult
Type Alias StreamResubscribeResult
StreamResubscribeResult
:
|
{
reason
:
"stopped"
}
|
{
error
:
Error
;
reason
:
"terminal"
}
How the loop finished:
"stopped"
— the consumer stopped it (abort/close) or an attempt finalized the connection itself.
"terminal"
— an unretryable error; surface it to the consumer.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@runloop/remote-agents-sdk
Loading...
How the loop finished:
"stopped"— the consumer stopped it (abort/close) or an attempt finalized the connection itself."terminal"— an unretryable error; surface it to the consumer.