Class TextMapFormatError

Error thrown when the text map is not in the correct format

Hierarchy

  • Error
    • TextMapFormatError

Constructors

  • Create a TextMapFormatError

    Parameters

    • language:
          | "EN"
          | "RU"
          | "VI"
          | "TH"
          | "PT"
          | "KR"
          | "JP"
          | "ID"
          | "FR"
          | "ES"
          | "DE"
          | "CHT"
          | "CHS"

      Language of the text map

    Returns TextMapFormatError

Properties

message: string
name: string
stack?: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void