Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotFoundError ¶
type NotFoundError struct {
Origin error
}
func (NotFoundError) Error ¶
func (e NotFoundError) Error() string
type RedisError ¶ added in v1.2.0
type RedisError struct {
Origin error
}
func (RedisError) Error ¶ added in v1.2.0
func (e RedisError) Error() string
type ValidationError ¶
type ValidationError struct {
Origin error
}
func (ValidationError) Error ¶
func (e ValidationError) Error() string
Click to show internal directories.
Click to hide internal directories.