Created
October 1, 2018 09:09
-
-
Save hasuniea/5724ad375dc5298b1d5dde90e0dcdb05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template name="MasterDataFaultTemplate"> | |
| <parameter name="fault_code"/> | |
| <parameter name="fault_message"/> | |
| <sequence> | |
| <log category="ERROR" level="custom"> | |
| <property expression="$func:fault_code" name="fault_code"/> | |
| <property expression="$func:fault_message" name="fault_message"/> | |
| </log> | |
| </sequence> | |
| </template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment