Documentation
¶
Index ¶
- type ErrCanNotCreateFormParams
- type ErrCanNotUseTypeInForm
- type ErrCanNotUseTypeInHeader
- type ErrCanNotUseTypeInQuery
- type ErrEmptyHandlers
- type ErrInternal
- type ErrInvalidBody
- type ErrInvalidContext
- type ErrInvalidForm
- type ErrInvalidHeader
- type ErrInvalidQuery
- type ErrMethodNotAllowed
- type ErrNotFound
- type ErrReqIsInvalid
- type ErrRestMustBeLast
- type IToApiError
- type TlsNotFull
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrCanNotCreateFormParams ¶
func (ErrCanNotCreateFormParams) Error ¶
func (self ErrCanNotCreateFormParams) Error() string
type ErrCanNotUseTypeInForm ¶ added in v0.11.0
func (ErrCanNotUseTypeInForm) Error ¶ added in v0.11.0
func (self ErrCanNotUseTypeInForm) Error() string
type ErrCanNotUseTypeInHeader ¶ added in v0.6.0
func (ErrCanNotUseTypeInHeader) Error ¶ added in v0.6.0
func (self ErrCanNotUseTypeInHeader) Error() string
type ErrCanNotUseTypeInQuery ¶ added in v0.6.0
func (ErrCanNotUseTypeInQuery) Error ¶ added in v0.6.0
func (self ErrCanNotUseTypeInQuery) Error() string
type ErrEmptyHandlers ¶
type ErrEmptyHandlers struct{}
func (ErrEmptyHandlers) Error ¶
func (ErrEmptyHandlers) Error() string
type ErrInternal ¶
type ErrInternal struct{ Cause error }
func (ErrInternal) ApiError ¶
func (ErrInternal) ApiError() (int, string)
func (ErrInternal) Error ¶
func (self ErrInternal) Error() string
type ErrInvalidBody ¶
type ErrInvalidBody struct{ Cause error }
func (ErrInvalidBody) ApiError ¶
func (self ErrInvalidBody) ApiError() (int, string)
func (ErrInvalidBody) Error ¶
func (self ErrInvalidBody) Error() string
type ErrInvalidContext ¶ added in v0.10.0
func (ErrInvalidContext) ApiError ¶ added in v0.10.0
func (self ErrInvalidContext) ApiError() (int, string)
func (ErrInvalidContext) Error ¶ added in v0.10.0
func (self ErrInvalidContext) Error() string
type ErrInvalidForm ¶ added in v0.11.0
func (ErrInvalidForm) ApiError ¶ added in v0.11.0
func (self ErrInvalidForm) ApiError() (int, string)
func (ErrInvalidForm) Error ¶ added in v0.11.0
func (self ErrInvalidForm) Error() string
type ErrInvalidHeader ¶ added in v0.6.0
func (ErrInvalidHeader) ApiError ¶ added in v0.6.0
func (self ErrInvalidHeader) ApiError() (int, string)
func (ErrInvalidHeader) Error ¶ added in v0.6.0
func (self ErrInvalidHeader) Error() string
type ErrInvalidQuery ¶
func (ErrInvalidQuery) ApiError ¶
func (self ErrInvalidQuery) ApiError() (int, string)
func (ErrInvalidQuery) Error ¶
func (self ErrInvalidQuery) Error() string
type ErrMethodNotAllowed ¶
type ErrMethodNotAllowed struct{}
func (ErrMethodNotAllowed) ApiError ¶
func (ErrMethodNotAllowed) ApiError() (int, string)
func (ErrMethodNotAllowed) Error ¶
func (ErrMethodNotAllowed) Error() string
type ErrNotFound ¶
type ErrNotFound struct{}
func (ErrNotFound) ApiError ¶
func (ErrNotFound) ApiError() (int, string)
func (ErrNotFound) Error ¶
func (ErrNotFound) Error() string
type ErrReqIsInvalid ¶ added in v0.6.0
func (ErrReqIsInvalid) Error ¶ added in v0.6.0
func (self ErrReqIsInvalid) Error() string
type ErrRestMustBeLast ¶ added in v0.7.0
type ErrRestMustBeLast struct {
Path string
}
func (ErrRestMustBeLast) Error ¶ added in v0.7.0
func (self ErrRestMustBeLast) Error() string
type IToApiError ¶ added in v0.7.0
type TlsNotFull ¶ added in v0.9.0
type TlsNotFull struct{}
func (TlsNotFull) Error ¶ added in v0.9.0
func (TlsNotFull) Error() string
Click to show internal directories.
Click to hide internal directories.