Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSchemaNotSupported = errors.New("schema not supported")
ErrSchemaNotSupported indicates a schema is not supported by a handler.
Functions ¶
func IsErrTransformFailed ¶
IsErrTransformFailed tells if an error is of ErrTransformFailed.
Types ¶
type CtxAwareErr ¶
CtxAwareErr formats and creates an error is context aware: e.g. during schema parsing and validation, implementation of this interface can give us errors prefixed with schema name and line number. During input ingestion and transforming, it can give us errors prefixed with input stream (file) name and line number, etc.
type ErrTransformFailed ¶
type ErrTransformFailed string
ErrTransformFailed indicates a particular record transform has failed. In general this isn't fatal, and processing can continue.
func (ErrTransformFailed) Error ¶
func (e ErrTransformFailed) Error() string
Error implements the error interface
Click to show internal directories.
Click to hide internal directories.