errors

package
v2.16.7 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetErrorResponse

func SetErrorResponse(err error, c *gin.Context)

func SetErrorResponseV1 added in v2.3.0

func SetErrorResponseV1(err error, c *gin.Context)

Types

type GateError added in v2.3.0

type GateError struct {
	Code    string                 `json:"code"`
	Message string                 `json:"message"`
	Data    map[string]interface{} `json:"data,omitempty"`
}

func NewGateError added in v2.3.0

func NewGateError(msg string) GateError

func (*GateError) Error added in v2.3.0

func (ge *GateError) Error() string

type GateErrorV1 added in v2.3.0

type GateErrorV1 struct {
	Code string                 `json:"code"`
	Log  string                 `json:"log"`
	Data map[string]interface{} `json:"data,omitempty"`
}

func NewGateV1Error added in v2.3.0

func NewGateV1Error(msg string) GateErrorV1

Jump to

Keyboard shortcuts

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