Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { Code ErrorCode `json:"error_code"` Message string `json:"message"` Inner error `json:"-"` }
func (*Error) StatusCode ¶
type ErrorCode ¶
func (ErrorCode) MarshalJSON ¶
Custom json marshalling for ErrorCode.
type HTTPRequestParser ¶
Click to show internal directories.
Click to hide internal directories.