Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseError ¶
type ResponseError struct { Status int `json:"status"` Message string `json:"message"` Errors []string `json:"errors"` URL string `json:"url"` Method string `json:"method"` ReqBody interface{} `json:"req_body"` }
func (ResponseError) Error ¶
func (e ResponseError) Error() string
func (ResponseError) GetErrors ¶
func (e ResponseError) GetErrors() []string
func (ResponseError) GetMessage ¶
func (e ResponseError) GetMessage() string
func (ResponseError) GetStatus ¶
func (e ResponseError) GetStatus() int
Click to show internal directories.
Click to hide internal directories.