SecureBlackbox 2020 iOS Edition

Questions / Feedback?

faultCode (property)

Specifies the error code.

Syntax

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

Default Value

""

Remarks

Use this property to get the standard code that provides more information about the fault. A set of code values is predefined by the SOAP specification. This set of fault code values can be extended by the application.

This property is read-only.

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