Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MongoServerError

An error coming from the mongo server

Hierarchy

Indexable

[key: string]: any

Index

Constructors

constructor

Properties

[kErrorLabels]

[kErrorLabels]: Set<string>
internal

Optional code

code: string | number

This is a number in MongoServerError and a string in MongoDriverError

privateremarks

Define the type override on the subclasses when we can use the override keyword

Optional codeName

codeName: string

Optional errInfo

errInfo: Document

message

message: string

Optional ok

ok: number

Optional stack

stack: string

Optional topologyVersion

topologyVersion: TopologyVersion

Optional writeConcernError

writeConcernError: Document

Static stackTraceLimit

stackTraceLimit: number

Accessors

errmsg

  • get errmsg(): string
  • Legacy name for server error responses

    Returns string

errorLabels

  • get errorLabels(): string[]

name

  • get name(): string

Methods

addErrorLabel

  • addErrorLabel(label: string): void

hasErrorLabel

  • hasErrorLabel(label: string): boolean
  • Checks the error to see if it has an error label

    Parameters

    • label: string

      The error label to check for

    Returns boolean

    returns true if the error has the provided error label

Static captureStackTrace

  • captureStackTrace(targetObject: object, constructorOpt?: Function): void
  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Static Optional prepareStackTrace

  • prepareStackTrace(err: Error, stackTraces: CallSite[]): any

Generated using TypeDoc