Genotype API Documentation - v0.1.0
    Preparing search index...

    Class BackendUnavailableError

    Backend method does not exist on this backend (null backend, or method not implemented).

    Hierarchy

    • { message: string; method: string; _tag: "BackendUnavailableError" } & YieldableError<
          this,
      >
      • BackendUnavailableError
    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • ...args: [props: { method: string; message: string }, options?: MakeOptions]

      Returns BackendUnavailableError

    Properties

    method: string
    _tag: "BackendUnavailableError"