WS_FAULT_DETAIL_DESCRIPTION structure (webservices.h)
A description of the detail element of a fault message.
Syntax
typedef struct _WS_FAULT_DETAIL_DESCRIPTION {
WS_XML_STRING *action;
WS_ELEMENT_DESCRIPTION *detailElementDescription;
} WS_FAULT_DETAIL_DESCRIPTION;
Members
action
The action associated with the fault message.
If the message does not have an action, this field can be NULL.
detailElementDescription
The description of the fault detail of the fault. This field must be specified (it may not be NULL).
Remarks
The fault description defines the action of the fault message along with a description of the detail element that is contained within the fault.
The fault description can be used to set and get the fault detail element stored within a WS_ERROR object using WsSetFaultErrorDetail and WsGetFaultErrorDetail.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
Header | webservices.h |