%SOAP.Fault12.Code
Class %SOAP.Fault12.Code Extends (%RegisteredObject, %XML.Adaptor) [ Inheritance = right, System = 4 ]
Parameters
NAMESPACE
Parameter NAMESPACE = "http://www.w3.org/2003/05/soap-envelope";
XMLIGNORENULL
Parameter XMLIGNORENULL = 1;
Properties
Value
Property Value As %String [ Required ];
The SOAP fault code as defined in the SOAP definition. For a top level code this must be $$$FAULTVersionMismatch, $$$FAULTMustUnderstand, $$$FAULTDataEncodingUnknown, $$$FAULTSender or $$$FAULTReceiver.
For a subcode this must a qname.
Subcode
Property Subcode As %SOAP.Fault12.Code;
An optional subcode