StackError Data Type

WS equivalent of ApplicationStackError

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
id long element 1/1 the ID of this error
location string element 0/1 the location of the resource this error impacts
message string element 0/1 the display message for this error
severity StackErrorSeverity element 0/1 the severity of the error
thirdParty string element 0/1 true if this error originates from a 3rd party, false if it was created by vCommander
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<w----- xsitype="...">
  <id>...</id>
  <thirdParty>...</thirdParty>
  <severity>...</severity>
  <location>...</location>
  <message>...</message>
</w----->