SecureBlackbox 2020 iOS Edition

Questions / Feedback?

faultDetail (property)

Contains application-specific error information.

Syntax

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

Default Value

""

Remarks

Use this property to get the application-specific information, such as the exception that was thrown. This element can be an XML structure or plain text.

This property is read-only.

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