WSD_SOAP_FAULT_REASON structure (wsdtypes.h)

A collection of reason codes associated with a WSD_SOAP_FAULT. A reason code is a human readable explanation of the fault.

Syntax

typedef struct _WSD_SOAP_FAULT_REASON {
  WSD_LOCALIZED_STRING_LIST *Text;
} WSD_SOAP_FAULT_REASON;

Members

Text

A WSD_LOCALIZED_STRING_LIST structure that contains a collection of localized reason codes.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wsdtypes.h (include Wsdapi.h)

See also

WSD_SOAP_FAULT