{{.error.Description}}
In {{.error.Path}}{{if .error.Line}} (around {{if .error.Line}}line {{.error.Line}}{{end}}{{if .error.Column}} column {{.error.Column}}{{end}}){{end}}:
{{range .error.ContextSource}} {{if .IsError}}
{{.Source}}
{{end}} {{end}}
{{.error.Stack}}
{{if .response}}
{{.response.Headers}}
{{.response.Body}}
{{end}}