diff options
| -rw-r--r-- | src/import/hwpf/fapi2/xml/error_info/sample_errors.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/import/hwpf/fapi2/xml/error_info/sample_errors.xml b/src/import/hwpf/fapi2/xml/error_info/sample_errors.xml new file mode 100644 index 000000000..97aea000a --- /dev/null +++ b/src/import/hwpf/fapi2/xml/error_info/sample_errors.xml @@ -0,0 +1,34 @@ +<!-- IBM_PROLOG_BEGIN_TAG --> +<!-- This is an automatically generated prolog. --> +<!-- --> +<!-- $Source: hwpf/fapi2/xml/error_info/sample_errors.xml $ --> +<!-- --> +<!-- IBM CONFIDENTIAL --> +<!-- --> +<!-- EKB Project --> +<!-- --> +<!-- COPYRIGHT 2015 --> +<!-- [+] International Business Machines Corp. --> +<!-- --> +<!-- --> +<!-- The source code for this program is not published or otherwise --> +<!-- divested of its trade secrets, irrespective of what has been --> +<!-- deposited with the U.S. Copyright Office. --> +<!-- --> +<!-- IBM_PROLOG_END_TAG --> + +<hwpErrors> + + <hwpError> + <rc>RC_FAPI2_SAMPLE</rc> + <description> + sample error to be thrown for testing purposes + </description> + <buffer>BUFFER</buffer> + <callout> + <procedure>CODE</procedure> + <priority>HIGH</priority> + </callout> + </hwpError> + +</hwpErrors>
\ No newline at end of file |

