@chainsafe/libp2p-yamux
Version:
Yamux stream multiplexer for libp2p
33 lines • 1 kB
TypeScript
export declare class InvalidFrameError extends Error {
static name: string;
constructor(message?: string);
}
export declare class UnrequestedPingError extends Error {
static name: string;
constructor(message?: string);
}
export declare class NotMatchingPingError extends Error {
static name: string;
constructor(message?: string);
}
export declare class InvalidStateError extends Error {
static name: string;
constructor(message?: string);
}
export declare class StreamAlreadyExistsError extends Error {
static name: string;
constructor(message?: string);
}
export declare class DecodeInvalidVersionError extends Error {
static name: string;
constructor(message?: string);
}
export declare class BothClientsError extends Error {
static name: string;
constructor(message?: string);
}
export declare class ReceiveWindowExceededError extends Error {
static name: string;
constructor(message?: string);
}
//# sourceMappingURL=errors.d.ts.map