ServerError
Undocumented
-
Error message.
Declaration
Swift
public let errorMessage: String?
-
Error code.
Declaration
Swift
public let errorCode: String?
-
Detail message.
Declaration
Swift
public let detailMessage: String?
-
Initialize
ServerError
.Developers rarely use this initializer. If you want to recreate same instance from stored data or transmitted data, you can use this method.
Declaration
Swift
public init( _ errorMessage: String? = nil, errorCode: String? = nil, detailMessage: String? = nil)