Versions in this module Expand all Collapse all v1 v1.20.8 Aug 4, 2026 Changes in this version + func WriteErrorResponse(w http.ResponseWriter, err error) + func WriteResponse(w http.ResponseWriter, response interface{}, responseError error) + type BadRequestError struct + Err error + func (e *BadRequestError) Error() string + func (e *BadRequestError) Unwrap() error + type NotFoundError struct + Path string + func (e *NotFoundError) Error() string