AdsClientApiError
public enum AdsClientApiError : Swift.Error
extension AdsClientApiError: Equatable, Hashable
extension AdsClientApiError: Foundation.LocalizedError
-
Declaration
Swift
case Other(reason: String )
-
Declaration
Swift
public var errorDescription: String? { get }