e

package
v0.0.0-...-378dc56 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error interface {
	Code() int
	Detail() string
	Error() string
}

Error describe error methods

func NewBadRequest

func NewBadRequest(detail string) Error

NewBadRequest getting bad request error

func NewInternal

func NewInternal(detail string) Error

NewInternal getting internal server error

func NewInternalf

func NewInternalf(template string, args ...interface{}) Error

NewInternalf formatted internal server error

Jump to

Keyboard shortcuts

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