Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WS_FAULT_DETAIL_DESCRIPTION structure

A description of the detail element of a fault message.

Syntax


struct WS_FAULT_DETAIL_DESCRIPTION {
  WS_XML_STRING*          action;
  WS_ELEMENT_DESCRIPTION* detailElementDescription;
};

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

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 R2 [desktop apps | Windows Store apps]

Header

WebServices.h

 

 

Community Additions

Show:
© 2017 Microsoft