Documentation
¶
Overview ¶
Package support contains supporting types for the generated API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrInvalidMethod ¶
type ErrInvalidMethod struct {
Method string
}
func (ErrInvalidMethod) Error ¶
func (e ErrInvalidMethod) Error() string
type ErrMarshalResponse ¶
type ErrMarshalResponse struct {
Cause error
}
func (ErrMarshalResponse) Error ¶
func (e ErrMarshalResponse) Error() string
func (ErrMarshalResponse) Unwrap ¶
func (e ErrMarshalResponse) Unwrap() error
type ErrParseRequest ¶
type ErrParseRequest struct {
Cause error
}
func (ErrParseRequest) Error ¶
func (e ErrParseRequest) Error() string
func (ErrParseRequest) Unwrap ¶
func (e ErrParseRequest) Unwrap() error
Click to show internal directories.
Click to hide internal directories.