Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FixableError ¶
type FixableError interface {
HowToFix() string
}
type IdentifiableError ¶ added in v0.2.2
type IdentifiableError interface {
Identifier() string
}
type ObjectNotInContextError ¶ added in v0.2.2
type ObjectNotInContextError struct {
Object string
}
func (*ObjectNotInContextError) Error ¶ added in v0.2.2
func (e *ObjectNotInContextError) Error() string
type WrongObjectTypeInContextError ¶ added in v0.2.2
func (*WrongObjectTypeInContextError) Error ¶ added in v0.2.2
func (e *WrongObjectTypeInContextError) Error() string
Click to show internal directories.
Click to hide internal directories.