Skip to content

Latest commit

 

History

History
126 lines (68 loc) · 1.44 KB

pinot-noir.pinoterror.md

File metadata and controls

126 lines (68 loc) · 1.44 KB

Home > pinot-noir > PinotError

PinotError class

Signature:

export declare class PinotError<TData = Record<string, unknown>> extends Error

Extends: Error

Constructors

Constructor

Modifiers

Description

(constructor)({ message, type, code, cause, exceptions, data, })

Constructs a new instance of the PinotError class

Properties

Property

Modifiers

Type

Description

code

readonly

number

data?

readonly

TData | undefined

(Optional)

exceptions?

readonly

IPinotSqlException[] | undefined

(Optional)

type

readonly

EPinotErrorType