Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasHTTPCode ¶ added in v1.0.3
Types ¶
type Error ¶
type Error struct {
HttpStatusCode int `json:"-"`
ErrorCode string `json:"code"`
Message string `json:"message"`
Meta interface{} `json:"meta,omitempty"`
}
func (Error) GetErrorCode ¶
func (Error) GetHttpStatusCode ¶
func (Error) GetMessage ¶
Click to show internal directories.
Click to hide internal directories.