Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccessDeniedError ¶
type AccessDeniedError struct {
// contains filtered or unexported fields
}
func NewAccessDeniedError ¶
func NewAccessDeniedError(message string) *AccessDeniedError
func (*AccessDeniedError) Error ¶
func (e *AccessDeniedError) Error() string
type ConflictError ¶
type ConflictError struct {
// contains filtered or unexported fields
}
func NewConflictError ¶
func NewConflictError(message string) *ConflictError
func (*ConflictError) Error ¶
func (e *ConflictError) Error() string
type DuplicateError ¶
type DuplicateError struct {
// contains filtered or unexported fields
}
func NewDuplicateError ¶
func NewDuplicateError(message string) *DuplicateError
func (*DuplicateError) Error ¶
func (e *DuplicateError) Error() string
type IllegalArgumentError ¶
type IllegalArgumentError struct {
// contains filtered or unexported fields
}
func NewIllegalArgumentError ¶
func NewIllegalArgumentError(message string) *IllegalArgumentError
func (*IllegalArgumentError) Error ¶
func (e *IllegalArgumentError) Error() string
type NotAcceptableError ¶
type NotAcceptableError struct {
// contains filtered or unexported fields
}
func NewNotAcceptableError ¶
func NewNotAcceptableError(message string) *NotAcceptableError
func (*NotAcceptableError) Error ¶
func (e *NotAcceptableError) Error() string
type NotFoundError ¶
type NotFoundError struct {
// contains filtered or unexported fields
}
func NewNotFoundError ¶
func NewNotFoundError(message string) *NotFoundError
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.