custom_errors

package
v0.0.0-...-4b14bc7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2024 License: MIT Imports: 1 Imported by: 0

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

func NewNotFound(msg string) *NotFound

func (*NotFound) Error

func (e *NotFound) Error() string

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL