Documentation
¶
Index ¶
- Constants
- func NewForbiddenErr(err error) error
- func NewInternalError(err error) error
- func NewInvalidInputError(err error) error
- func NewNotFoundError(err error) error
- func NewResourceBusyError(err error) error
- type AsyncapiItem
- type ForbiddenError
- type InternalError
- type InvalidInputError
- type NotFoundError
- type ResourceBusyError
- type SwaggerItem
Constants ¶
View Source
const ( HeaderRequestID = "X-Request-ID" HeaderApiVer = "X-Api-Version" HeaderSrvName = "X-Service-Name" )
Variables ¶
This section is empty.
Functions ¶
func NewForbiddenErr ¶ added in v0.0.3
func NewInternalError ¶
func NewInvalidInputError ¶
func NewNotFoundError ¶
func NewResourceBusyError ¶
Types ¶
type AsyncapiItem ¶
type ForbiddenError ¶ added in v0.0.3
type ForbiddenError struct {
// contains filtered or unexported fields
}
type InternalError ¶
type InternalError struct {
// contains filtered or unexported fields
}
type InvalidInputError ¶
type InvalidInputError struct {
// contains filtered or unexported fields
}
type NotFoundError ¶
type NotFoundError struct {
// contains filtered or unexported fields
}
type ResourceBusyError ¶
type ResourceBusyError struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.