faultCode (property)

Code of any faults returned by the SOAP server.

Syntax

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

Default Value

""

Remarks

FaultString and FaultActor provide the corresponding fault description 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]