Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DuplicateInformation ¶
type DuplicateInformation struct {
// contains filtered or unexported fields
}
func NewDuplicateInformation ¶
func NewDuplicateInformation(msg string) *DuplicateInformation
func (*DuplicateInformation) Error ¶
func (e *DuplicateInformation) Error() string
type InternalError ¶
type InternalError struct {
// contains filtered or unexported fields
}
func NewInternalError ¶
func NewInternalError(msg string) *InternalError
func (*InternalError) Error ¶
func (e *InternalError) Error() string
type InvalidFormat ¶
type InvalidFormat struct {
// contains filtered or unexported fields
}
func NewInvalidFormat ¶
func NewInvalidFormat(msg, bad_field string) *InvalidFormat
func (*InvalidFormat) Error ¶
func (e *InvalidFormat) Error() string
type NotFound ¶
type NotFound struct {
// contains filtered or unexported fields
}
func NewNotFound ¶
type UnAuthorized ¶
type UnAuthorized struct {
// contains filtered or unexported fields
}
func NewUnAuthorized ¶
func NewUnAuthorized(msg string) *UnAuthorized
func (*UnAuthorized) Error ¶
func (e *UnAuthorized) Error() string
Click to show internal directories.
Click to hide internal directories.