Versions in this module Expand all Collapse all v1 v1.127.0 Aug 25, 2026 Changes in this version + const Forbidden + const Missing + const Server + const User + func ApplicationNotFoundError(message string, underlyingError error) error + func ByteArrayResponse(w http.ResponseWriter, r *http.Request, contentType string, result []byte) error + func ErrorResponse(w http.ResponseWriter, r *http.Request, apiError error) error + func ErrorResponseForServer(w http.ResponseWriter, r *http.Request, apiError error) error + func ForbiddenError(message string) error + func JSONResponse(w http.ResponseWriter, r *http.Request, result any) error + func NotFoundError(message string) error + func ReaderFileResponse(w http.ResponseWriter, reader io.Reader, fileName, contentType string) error + func ReaderResponse(w http.ResponseWriter, reader io.Reader, contentType string) error + func StringResponse(w http.ResponseWriter, r *http.Request, result string) error + func TypeMissingError(message string, underlyingError error) error + func UnexpectedError(message string, underlyingError error) error + func ValidationError(kind, message string) error + type Error struct + Err error + Message string + Type Type + func CoverAllError(err error, requesterType Type) *Error + func (e *Error) Error() string + func (e *Error) MarshalJSON() ([]byte, error) + func (e *Error) UnmarshalJSON(data []byte) error + type Type string v1.127.0-rc.1 Aug 24, 2026