Documentation ¶
Overview ¶
Package ogenerrors contains ogen errors type definitions and helpers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecodeParamsError ¶
DecodeParamsError reports that error caused by params decoder.
func (*DecodeParamsError) Code ¶
func (d *DecodeParamsError) Code() int
Code returns http code to respond.
func (*DecodeParamsError) Error ¶
func (d *DecodeParamsError) Error() string
Error implements error.
func (*DecodeParamsError) OperationID ¶
func (d *DecodeParamsError) OperationID() string
func (*DecodeParamsError) Unwrap ¶
func (d *DecodeParamsError) Unwrap() error
Unwrap returns child error.
type DecodeRequestError ¶
DecodeRequestError reports that error caused by request decoder.
func (*DecodeRequestError) Code ¶
func (d *DecodeRequestError) Code() int
Code returns http code to respond.
func (*DecodeRequestError) Error ¶
func (d *DecodeRequestError) Error() string
Error implements error.
func (*DecodeRequestError) OperationID ¶
func (d *DecodeRequestError) OperationID() string
func (*DecodeRequestError) Unwrap ¶
func (d *DecodeRequestError) Unwrap() error
Unwrap returns child error.
type SecurityError ¶
SecurityError reports that error caused by security handler.
func (*SecurityError) OperationID ¶
func (d *SecurityError) OperationID() string
Click to show internal directories.
Click to hide internal directories.