x_error_path Property

An XPath to check the server response for errors.

Syntax

def get_x_error_path() -> str: ...
def set_x_error_path(value: str) -> None: ...

x_error_path = property(get_x_error_path, set_x_error_path)

Default Value

""

Remarks

This property contains an XPath to check the server response for errors. If the XPath exists, an exception will be thrown containing the value of the element at the path.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]