faultActor (property)

Actor of any faults returned by the SOAP server.

Syntax

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

Default Value

""

Remarks

FaultCode and FaultString provide the corresponding fault code and description.

This property is read-only.

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