Documentation
¶
Overview ¶
internal/domain/errors/errors.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AttributeNotFoundError ¶
type AttributeNotFoundError struct {
Attribute string
}
func (*AttributeNotFoundError) Error ¶
func (e *AttributeNotFoundError) Error() string
type InvalidInputError ¶
type InvalidInputError struct {
Input string
}
func NewInvalidInputError ¶
func NewInvalidInputError(input string) *InvalidInputError
func (*InvalidInputError) Error ¶
func (e *InvalidInputError) Error() string
Click to show internal directories.
Click to hide internal directories.