FailureDetailsLogInfo
public class FailureDetailsLogInfo : CustomStringConvertible, JSONRepresentable
Provides details about a failure
-
A user friendly explanation of the error.
Declaration
Swift
public let userFriendlyMessage: String? -
A technical explanation of the error. This is relevant for some errors.
Declaration
Swift
public let technicalErrorMessage: String? -
Declaration
Swift
public var description: String { get }
View on GitHub
FailureDetailsLogInfo Class Reference