Skip to content

Class: P2PBusNotBootedError

Thrown when an operation which requires the P2PBus to be booted is called before it has been booted.

Extends

  • P2PBusError

Constructors

Constructor

ts
new P2PBusNotBootedError(): P2PBusNotBootedError;

Returns

P2PBusNotBootedError

Overrides

ts
P2PBusError.constructor;

Accessors

[toStringTag]

Get Signature

ts
get toStringTag: string;
Returns

string

Inherited from

ts
P2PBusError.[toStringTag]

message

Get Signature

ts
get message(): string;
Returns

string

Inherited from

ts
P2PBusError.message;

name

Get Signature

ts
get name(): string;
Returns

string

Inherited from

ts
P2PBusError.name;

Methods

[toPrimitive]()

ts
toPrimitive: string | true;

Parameters

ParameterType
hint"string" | "number" | "default"

Returns

string | true

Inherited from

ts
P2PBusError.[toPrimitive]

toString()

ts
toString(): string;

Returns a string representation of an object.

Returns

string

Inherited from

ts
P2PBusError.toString;

[hasInstance]()

ts
static hasInstance: boolean;

Parameters

ParameterType
instanceunknown

Returns

boolean

Inherited from

ts
P2PBusError.[hasInstance]