Record ErrorData
Unit
Declaration
type ErrorData = record
Description
Class: ErrorData of ddb
Overview
Fields
![]() |
o: Pduckdb_ErrorData; |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_ErrorData); |
![]() |
class operator Explicit(const r: ErrorData): Boolean; |
![]() |
procedure AutoRelease(); |
![]() |
function Type(): PInteger; overload; |
![]() |
function Message(): str; overload; |
![]() |
function RawMessage(): str; overload; |
![]() |
function HasError(): Boolean; overload; |
![]() |
function ExtraInfo(): std_unordered_map_std_string_std_string; overload; |
![]() |
procedure AddErrorLocation(arg2: str); overload; |
![]() |
procedure ConvertErrorToJSON(); overload; |
![]() |
procedure AddQueryLocation(arg2: optional_idx); overload; |
![]() |
procedure AddQueryLocation(arg2: QueryErrorContext); overload; |
![]() |
procedure AddQueryLocation(arg2: ParsedExpression); overload; |
![]() |
procedure AddQueryLocation(arg2: TableRef); overload; |
Description
Fields
![]() |
o: Pduckdb_ErrorData; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_ErrorData); |
This item has no description. |
![]() |
class operator Explicit(const r: ErrorData): Boolean; |
This item has no description. |
![]() |
procedure AutoRelease(); |
This item has no description. |
![]() |
function Type(): PInteger; overload; |
This item has no description. |
![]() |
function Message(): str; overload; |
This item has no description. |
![]() |
function RawMessage(): str; overload; |
This item has no description. |
![]() |
function HasError(): Boolean; overload; |
This item has no description. |
![]() |
function ExtraInfo(): std_unordered_map_std_string_std_string; overload; |
This item has no description. |
![]() |
procedure AddErrorLocation(arg2: str); overload; |
This item has no description. |
![]() |
procedure ConvertErrorToJSON(); overload; |
This item has no description. |
![]() |
procedure AddQueryLocation(arg2: optional_idx); overload; |
This item has no description. |
![]() |
procedure AddQueryLocation(arg2: QueryErrorContext); overload; |
This item has no description. |
![]() |
procedure AddQueryLocation(arg2: ParsedExpression); overload; |
This item has no description. |
![]() |
procedure AddQueryLocation(arg2: TableRef); overload; |
This item has no description. |