Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetErrorResponse ¶
func SetErrorResponseV1 ¶ added in v2.3.0
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
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
Click to show internal directories.
Click to hide internal directories.