mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 21:00:06 +01:00
12 lines
208 B
Cheetah
12 lines
208 B
Cheetah
{{define "subject"}}Runtime error for {{.BaseURL}}{{end}}
|
|
|
|
{{define "plainBody"}}
|
|
Error message: {{.Message}}
|
|
|
|
Request method: {{.RequestMethod}}
|
|
Request URL: {{.RequestURL}}
|
|
|
|
Stack trace:
|
|
|
|
{{.Trace}}
|
|
{{end}} |