HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

Node.js SDK - OnStreamError

Home > rainway-sdk-native > OnStreamError

OnStreamError type

Signature:

export declare type OnStreamError = (rt: Runtime, stream: StreamId, error: RainwayStatus) => void;

References: Runtime, StreamId, RainwayStatus