X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ffoundation%2Fapi%2Frevel%2Ftemplates%2Ferrors%2F500-dev.html;fp=src%2Ffoundation%2Fapi%2Frevel%2Ftemplates%2Ferrors%2F500-dev.html;h=4f0d46c3e77c954f577ac5673fd2196a17d453d9;hb=1d1ee6961c93781e1187d8c7faa868da6b2f01f4;hp=0000000000000000000000000000000000000000;hpb=56dd5e0f2164b37b40ac1daa188ccc618b4cbd19;p=iec.git diff --git a/src/foundation/api/revel/templates/errors/500-dev.html b/src/foundation/api/revel/templates/errors/500-dev.html new file mode 100644 index 0000000..4f0d46c --- /dev/null +++ b/src/foundation/api/revel/templates/errors/500-dev.html @@ -0,0 +1,133 @@ + + {{with .Error}} + + {{if .Path}} +
+

In {{.Path}} + {{if .Line}} + (around {{if .Line}}line {{.Line}}{{end}}{{if .Column}} column {{.Column}}{{end}}) + {{end}} +

+ {{range .ContextSource}} +
+ {{.Line}}: +
{{.Source}}
+
+ {{end}} +
+ {{end}} + {{if .Stack}} +
+

Call Stack

+ {{.Stack}} +
+ {{end}} + {{if .MetaError}} +
+

Additionally, an error occurred while handling this error.

+
+ {{.MetaError}} +
+
+ {{end}} + {{end}}