get_last_dav_error_code


Description:

[ Version ( since = "3.36" ) ]
public unowned string? get_last_dav_error_code ()

Returns last DAV error code as returned by the server.

Each recognized code is enclosed in "[]" in the returned string, to be able to distinguish between them, in case the server returned multiple codes.

The string is valid until the next request is executed.

Parameters:

this

an WebDAVSession

Returns:

a DAV error from the last request, or null, when no error had been recognized.