{{.PublicMessage}}
{{with index .ErrorChain 0}}
Error type:
{{.Type}}
Error message:
{{.Message}}
Documentation:
{{.DocsURL}}
{{end}}
HTTP Status:
{{.StatusCode}}
Request ID:
{{.RequestID}}
imgproxy Version:
{{.Version}}
Git Commit:
{{.Commit}}
Go Version:
{{.GoVersion}}
{{range $err := .ErrorChain}}
{{$err.Type}}
{{$err.Message}}
{{if .DocsURL}}
Documentation:
{{.DocsURL}}
{{end}} {{if $err.StackTrace}}
{{range $frame := $err.StackTrace}}
{{$frame.Function}}
{{ $frame.File }}:
{{ $frame.Line }}
{{end}}
{{end}}
{{end}}
Website
Documentation
Blog
GitHub
Discord