Versions in this module Expand all Collapse all v1 v1.0.1 Oct 18, 2021 Changes in this version + var HTTPErrors = httpErrors + type Error interface + Error func() string + StackTrace func() []Frame + Unwrap func() error + type Frame struct + Func string + Line int + Path string + func ErrorStackTrace(skip int) []Frame + type HTTPError struct + Data map[string]interface{} + Message string + MessageID string + StatusCode int + Success bool + func (e HTTPError) Unwrap() error + type HTTPErrorConfig struct + Data map[string]interface{} + HideData bool + Message lang.Message + ReportError bool + type HTTPErrorPanic struct + Data map[string]interface{} + Frames []Frame + Message string + MessageID string + ReportError bool + StatusCode int