Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConflictError ¶
type ConflictError struct {
Err error
}
func (*ConflictError) Error ¶
func (r *ConflictError) Error() string
type InternalError ¶
type InternalError struct {
Err error
}
func (*InternalError) Error ¶
func (r *InternalError) Error() string
type NotFoundError ¶
type NotFoundError struct {
Err error
}
NotFoundError will be translated by the behaviours to the correct Http or gRPC error status code
func (*NotFoundError) Error ¶
func (r *NotFoundError) Error() string
type ValidationError ¶
type ValidationError struct {
Err error
}
func (*ValidationError) Error ¶
func (r *ValidationError) Error() string
Click to show internal directories.
Click to hide internal directories.