Tamino API for .NET

TaminoQueryResponse.GetErrorPage Method 

Get the error page.

[Visual Basic]
Public Function GetErrorPage() As XmlDocument
[C#]
public XmlDocument GetErrorPage();

Return Value

response document on error, null otherwise

Remarks

This only returns a document when an error response has been received.

See Also

TaminoQueryResponse Class | TaminoQueryResponse Members | SoftwareAG.Tamino.Api Namespace