errors

package
v1.0.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2026 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FunctionNotSupportedError

type FunctionNotSupportedError struct {
	Err        error
	Function   string
	Definition string
}

func (*FunctionNotSupportedError) Error

func (e *FunctionNotSupportedError) Error() string

type ResourceNotFoundError

type ResourceNotFoundError struct {
	Err          error
	Server       *string
	DatabaseLink *string
	Database     *string
	Schema       *string
	Table        *string
	Column       *string
	Function     *string
}

ResourceNotFoundError is returned when a resource is not found in the processing the query.

func (*ResourceNotFoundError) Error

func (e *ResourceNotFoundError) Error() string

func (*ResourceNotFoundError) Unwrap

func (e *ResourceNotFoundError) Unwrap() error

type TypeNotSupportedError

type TypeNotSupportedError struct {
	Err   error
	Type  string
	Name  string
	Extra string
}

TypeNotSupportedError is returned when a type is not supported in the query span, for example, using a function as table source.

func (*TypeNotSupportedError) Error

func (e *TypeNotSupportedError) Error() string

func (*TypeNotSupportedError) Unwrap

func (e *TypeNotSupportedError) Unwrap() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL