XErrorPath (property)

An XPath to check the server response for errors.

Syntax

@property (nonatomic,readwrite,assign,getter=XErrorPath,setter=setXErrorPath:) NSString* XErrorPath;
- (NSString*)XErrorPath;
- (void)setXErrorPath:(NSString*)newXErrorPath;
public var XErrorPath: String {
  get {...}
set {...} }

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 MQ 2020 iOS Edition - Version 20.0 [Build 8155]