Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type ErrorResponseBody ¶
type RequestError ¶
func NewRequestError ¶
func NewRequestError(code int, message string, err error) *RequestError
func (*RequestError) Error ¶
func (r *RequestError) Error() error
func (*RequestError) ErrorMessage ¶
func (r *RequestError) ErrorMessage() string
func (*RequestError) GatewayResponse ¶
func (r *RequestError) GatewayResponse() *events.APIGatewayV2HTTPResponse
func (*RequestError) GatewayResponseWithCode ¶
func (r *RequestError) GatewayResponseWithCode(code int) *events.APIGatewayV2HTTPResponse
Click to show internal directories.
Click to hide internal directories.