class ErrorPublisher implements Publisher<T>import { ErrorPublisher } from "https://deno.land/x/rsocket@0.3.0/reactivestreams/mod.ts"; ConstructorsnewErrorPublisher(code: number, error: string)Type ParametersTPropertiesprivatereadonlycode: numberprivatereadonlyerror: anyMethodssubscribe(subscriber: Subscriber<T>): void