Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCodeError ¶
func NewDefaultError ¶
func NewErrorFromCode ¶
Types ¶
type CodeError ¶
type CodeError struct {
Code int `json:"code"`
Msg string `json:"msg"`
LangCode string `json:"langCode"`
Placeholder []interface{} `json:"placeholder"`
}
func NewRawCodeError ¶
func (*CodeError) Data ¶
func (e *CodeError) Data() *CodeErrorResponse
type CodeErrorResponse ¶
Click to show internal directories.
Click to hide internal directories.