WS_FAULT_REASON structure (webservices.h)
Contains an explanation of the fault.
Syntax
typedef struct _WS_FAULT_REASON {
WS_STRING text;
WS_STRING lang;
} WS_FAULT_REASON;
Members
text
Text describing the fault.
lang
The language identifier that identifies the language of the text.
The identifier is serialized using the xml:lang attribute, and has values that follow RFC3066.txt.
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 |