]> git.evergreen-ils.org Git - working/NCIPServer.git/blob - templates/problem.tt
4da59354b75f9d30000e00f835b54eab1d452a4e
[working/NCIPServer.git] / templates / problem.tt
1 [% INCLUDE 'includes/header.inc' %]
2 <NCIPMessage>
3   <[% messagetype %]>
4     [% IF processingerror %]
5     <Problem>
6       <ProcessingError>
7         <ProcessingErrorType>
8           <Value>[% processingerrortype %]</Value>
9         </ProcessingErrorType>
10         <ProcessingErrorElement>
11           <ElementName>[% processingerrorelement %]</ElementName>
12           <ProcessingErrorValue>[% processingerrorvalue %]</ProcessingErrorValue>
13         </ProcessingErrorElement>
14       </ProcessingError> 
15       <ProblemDetail>[% error_detail %]</ProblemDetail>
16     </Problem>
17   </[% messagetype %]>
18 </NCIPMessage>
19