class PeerError implements IPeerError<T>, IError<IPeerError<T> | string>import { PeerError } from "https://deno.land/x/ok_computer@v2.0.1/errors.ts"; ConstructorsnewPeerError(key: string, error: T)Type ParametersTPropertieserror: Tkey: stringtype: stringMethodstoJSON()toPrimitiveError(): string | IPeerError<T>toString()