EXTENSION
# APIError
extension APIError: Equatable
# Properties
# errorDescription
public var errorDescription: String?
# errorCode
public var errorCode: Int
# errorUserInfo
public var errorUserInfo: [String: Any]
# Methods
# ==(_:_:)
public static func == (lhs: APIError, rhs: APIError) -> Bool
# Parameters
Name | Description |
---|---|
lhs | A value to compare. |
rhs | Another value to compare. |