Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConflictError ¶
type ConflictError struct{}
func NewConflictError ¶
func NewConflictError() *ConflictError
func (*ConflictError) Error ¶
func (e *ConflictError) Error() string
type EmptyResourceError ¶
type EmptyResourceError struct{}
func NewEmptyResourceError ¶
func NewEmptyResourceError() *EmptyResourceError
func (*EmptyResourceError) Error ¶
func (e *EmptyResourceError) Error() string
type NotFoundError ¶
type NotFoundError struct{}
func NewNotFoundError ¶
func NewNotFoundError() *NotFoundError
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
type ValidationError ¶
type ValidationError struct{}
func (*ValidationError) Error ¶
func (e *ValidationError) Error() string
Click to show internal directories.
Click to hide internal directories.