Documentation ¶
Index ¶
- type ColumnError
- type ComponentUndefinedError
- type DuplicateIDError
- type FormulaArgsError
- type MountPathNotExistError
- type NotImplementedError
- type NumParamError
- type OperationUndefinedError
- type OutOfIndexError
- type OutputBuilderUndefinedError
- type ResourceNotFoundError
- type SchemaUndefinedError
- type TypeError
- type VolumeUndefinedError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColumnError ¶
type ColumnError string
func (ColumnError) Error ¶
func (e ColumnError) Error() string
type ComponentUndefinedError ¶
type ComponentUndefinedError string
func (ComponentUndefinedError) Error ¶
func (e ComponentUndefinedError) Error() string
type DuplicateIDError ¶
type DuplicateIDError string
func (DuplicateIDError) Error ¶
func (e DuplicateIDError) Error() string
type FormulaArgsError ¶
type FormulaArgsError string
func (FormulaArgsError) Error ¶
func (e FormulaArgsError) Error() string
type MountPathNotExistError ¶
type MountPathNotExistError string
func (MountPathNotExistError) Error ¶
func (e MountPathNotExistError) Error() string
type NotImplementedError ¶
type NotImplementedError string
func (NotImplementedError) Error ¶
func (e NotImplementedError) Error() string
type NumParamError ¶
type NumParamError int
func (NumParamError) Error ¶
func (e NumParamError) Error() string
type OperationUndefinedError ¶
type OperationUndefinedError string
func (OperationUndefinedError) Error ¶
func (e OperationUndefinedError) Error() string
type OutOfIndexError ¶
type OutOfIndexError string
func (OutOfIndexError) Error ¶
func (e OutOfIndexError) Error() string
type OutputBuilderUndefinedError ¶
type OutputBuilderUndefinedError string
func (OutputBuilderUndefinedError) Error ¶
func (e OutputBuilderUndefinedError) Error() string
type ResourceNotFoundError ¶
type ResourceNotFoundError string
func (ResourceNotFoundError) Error ¶
func (e ResourceNotFoundError) Error() string
type SchemaUndefinedError ¶
type SchemaUndefinedError string
func (SchemaUndefinedError) Error ¶
func (e SchemaUndefinedError) Error() string
type VolumeUndefinedError ¶
type VolumeUndefinedError string
func (VolumeUndefinedError) Error ¶
func (e VolumeUndefinedError) Error() string
Click to show internal directories.
Click to hide internal directories.