XErrorPath Property
An XPath to check the server response for errors.
Object Oriented Interface
public function getXErrorPath(); public function setXErrorPath($value);
Procedural Interface
ipworks_rest_get($res, 62 ); ipworks_rest_set($res, 62, $value );
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.
Data Type
String