faultString (property)

Textual description of any faults returned by the SOAP server.

Syntax

@property (nonatomic,readonly,assign,getter=faultString) NSString* faultString;
- (NSString*)faultString;
public var faultString: String {
  get {...}
}

Default Value

""

Remarks

FaultCode and FaultActor provide the corresponding fault code and actor.

This property is read-only.

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