Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsErrInvalidEnvelope ¶
IsErrInvalidEnvelope checks if an error is of ErrInvalidEnvelope type.
func NewFixedLengthFileFormat ¶
func NewFixedLengthFileFormat(schemaName string) fileformat.FileFormat
NewFixedLengthFileFormat creates a FileFormat for fixed-length files.
Types ¶
type ErrInvalidEnvelope ¶
type ErrInvalidEnvelope string
ErrInvalidEnvelope indicates a fixed-length input envelope is invalid. This is a fatal, non-continuable error.
func (ErrInvalidEnvelope) Error ¶
func (e ErrInvalidEnvelope) Error() string
Click to show internal directories.
Click to hide internal directories.