zol
Options
All
  • Public
  • Public/Protected
  • All
Menu

Will be thrown during a query, if parsing of a column fails for any of the returned rows

Hierarchy

  • Error
    • ColumnParseError

Index

Constructors

constructor

  • new ColumnParseError(message: string, query: string, columnValue: string, parseFunction: string, innerError?: Error): ColumnParseError
  • Parameters

    • message: string
    • query: string
    • columnValue: string
    • parseFunction: string
    • Optional innerError: Error

    Returns ColumnParseError

Properties

Protected __proto__

__proto__: Error

columnValue

columnValue: string

innerError

innerError: Error | undefined

message

message: string

name

name: string

parseFunction

parseFunction: string

query

query: string

Optional stack

stack: string

Static Error

Error: ErrorConstructor

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc