class RSocketError implements Errorimport { RSocketError } from "https://deno.land/x/rsocket@0.3.0/rsocket/core/RSocketError.ts"; ConstructorsnewRSocketError(code: number, message: string)Propertiescode: numbermessage: stringname: string