Documentation
¶
Index ¶
- type RequestError
- func (re *RequestError) AppendData(key string, data interface{}) *RequestError
- func (re *RequestError) Error() string
- func (re *RequestError) GetCode() int
- func (re *RequestError) GetData() map[string]interface{}
- func (re *RequestError) GetMessage() string
- func (re *RequestError) SetCode(code int) *RequestError
- func (re *RequestError) SetMessage(msg string) *RequestError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestError ¶
type RequestError struct {
// contains filtered or unexported fields
}
func New ¶
func New(err error) *RequestError
func (*RequestError) AppendData ¶
func (re *RequestError) AppendData(key string, data interface{}) *RequestError
func (*RequestError) Error ¶
func (re *RequestError) Error() string
func (*RequestError) GetCode ¶
func (re *RequestError) GetCode() int
func (*RequestError) GetData ¶
func (re *RequestError) GetData() map[string]interface{}
func (*RequestError) GetMessage ¶
func (re *RequestError) GetMessage() string
func (*RequestError) SetCode ¶
func (re *RequestError) SetCode(code int) *RequestError
func (*RequestError) SetMessage ¶
func (re *RequestError) SetMessage(msg string) *RequestError
Click to show internal directories.
Click to hide internal directories.