Documentation
¶
Index ¶
- func NewFieldHasGapOrOverlapToRightError(formatName, wordName, fieldName string) (e error)
- func NewFieldLengthOverflowsTypeError(formatName, wordName, fieldName, typeName string, typeLength, fieldLength uint) (e error)
- func NewFieldMissingStructTagError(formatName, wordName, fieldName string) (e error)
- func NewFieldStructTagMalformedError(formatName, wordName, fieldName string) (e error)
- func NewFieldTypeUnsupportedError(formatName, wordName, fieldName, typeName string) (e error)
- func NewFormatHasNoWordsError(formatName string) (e error)
- func NewFormatIsNotStructError(formatName string) (e error)
- func NewInterfaceIsNotPointerError(interfaceName string) (e error)
- func NewWordHasNoFieldsError(formatName, wordName string) (e error)
- func NewWordIsNotStructError(formatName, wordName string) (e error)
- func NewWordLengthExceedsLimitError(formatName, wordName string, wordLength, wordLengthLimit uint) (e error)
- func NewWordLengthNotMultipleOfFactorError(formatName, wordName string, wordLength, factor uint) (e error)
- func NewWordLengthNotSumOfFieldLengthsError(formatName, wordName string, wordLength, sumOfFieldLengths uint) (e error)
- func NewWordMissingStructTagError(formatName, wordName string) (e error)
- func NewWordStructTagMalformedError(formatName, wordName string) (e error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWordHasNoFieldsError ¶
func NewWordIsNotStructError ¶
Types ¶
This section is empty.
Source Files
¶
- field-error.go
- field-has-gap-or-overlap-to-right-error.go
- field-length-overflows-type-error.go
- field-missing-struct-tag-error.go
- field-struct-tag-malformed-error.go
- field-type-unsupported-error.go
- format-error.go
- format-has-no-words-error.go
- format-is-not-struct-error.go
- interface-is-not-pointer-error.go
- word-error.go
- word-has-no-fields-error.go
- word-is-not-struct-error.go
- word-length-exceeds-limit-error.go
- word-length-not-multiple-of-factor-error.go
- word-length-not-sum-of-field-lengths-error.go
- word-missing-struct-tag-error.go
- word-struct-tag-malformed-error.go
Click to show internal directories.
Click to hide internal directories.