Skip to main content

Class: StreamShareProtocolError

Error thrown when a service manifest or response violates the public protocol.

Extends

  • Error

Constructors

Constructor

new StreamShareProtocolError(message): StreamShareProtocolError

Parameters

message

string

Returns

StreamShareProtocolError

Overrides

Error.constructor

Properties

cause?

optional cause?: unknown

Inherited from

Error.cause


name

name: string

Inherited from

Error.name


message

message: string

Inherited from

Error.message


stack?

optional stack?: string

Inherited from

Error.stack