Versions in this module Expand all Collapse all v1 v1.0.0 Sep 3, 2026 Changes in this version + const ContentType + func HumaError(status int, message string, errs ...error) huma.StatusError + type Problem struct + Detail string + Errors []string + Instance string + Status int + Title string + Type string + func Conflict(detail string) *Problem + func New(status int, detail string) *Problem + func NotFound(detail string) *Problem + func (p *Problem) ContentType(string) string + func (p *Problem) Error() string + func (p *Problem) GetStatus() int + func (p *Problem) Unwrap() error