Discuss this help topic in SecureBlackbox Forum

TElWebDAVErrorResponse.Error

TElWebDAVErrorResponse     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the error code.

Declaration

[C#]
    string Error;

[VB.NET]
    Property Error As String

[Pascal]
    property Error : string;

[C++]
    void get_Error(std::string &OutResult);

[PHP]
    string get_Error()

[Java]
    String getError();

Description

    Use this property to get the textual representation of the error.

See also:     Description    

Discuss this help topic in SecureBlackbox Forum