Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "errors/unknown-format"

Index

Interfaces

Type aliases

Variables

Functions

Type aliases

Cause

Cause: undefined

Name

Name: "UnknownFormat"

UnknownFormatError

UnknownFormatError: Incident<Data, Name, Cause>

This error is thrown when the provided format for serialization or deserialization is unsupported.

Currently, only the two format "json-doc" and "bson-doc" are supported.

Variables

Const name

name: Name = "UnknownFormat"

Functions

createUnknownFormatError

format

  • format(__namedParameters: object): string

Generated using TypeDoc