SecureBlackbox 2020 iOS Edition

Questions / Feedback?

faultString (property)

Specifies a human-readable description of the fault.

Syntax

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

Default Value

""

Remarks

Use this property to get the human-readable description of the error that happened.

This property is read-only.

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