projects
/
working
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89fdad3
)
Working on error handling
author
Chris Cormack
<chrisc@catalyst.net.nz>
Sun, 29 Dec 2013 21:09:20 +0000
(10:09 +1300)
committer
Chris Cormack
<chrisc@catalyst.net.nz>
Sun, 29 Dec 2013 21:09:20 +0000
(10:09 +1300)
templates/problem.tt
[new file with mode: 0644]
patch
|
blob
diff --git a/templates/problem.tt
b/templates/problem.tt
new file mode 100644
(file)
index 0000000..
a626a74
--- /dev/null
+++ b/
templates/problem.tt
@@ -0,0
+1,8
@@
+[% INCLUDE 'includes/header.inc' %]
+<NCIPMessage>
+ <Problem>
+ <ProblemDetail>[% error_detail %]</ProblemDetail>
+ </Problem>
+
+</NCIPMessage>
+