Indicates that the Columnar cluster returned an error message in response to a query request.

Hierarchy (view full)

Constructors

Properties

code: number

The Columnar error code sent by the server.

message: string
name: string
serverMessage: string

A human-readable error message sent by the server, without the additional context contained in Error.message.

stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void