Home > pinot-noir > PinotError
Signature:
export declare class PinotError<TData = Record<string, unknown>> extends Error
Extends: Error
Constructor |
Modifiers |
Description |
---|---|---|
(constructor)({ message, type, code, cause, exceptions, data, }) |
Constructs a new instance of the |
Property |
Modifiers |
Type |
Description |
---|---|---|---|
|
number | ||
|
TData | undefined |
(Optional) | |
|
IPinotSqlException[] | undefined |
(Optional) | |
|