ErrorCode
public enum ErrorCode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case dependencyAccessDeniedError = "DEPENDENCY_ACCESS_DENIED_ERROR" -
Undocumented
Declaration
Swift
case dependencyThrottlingError = "DEPENDENCY_THROTTLING_ERROR" -
Undocumented
Declaration
Swift
case dependencyServiceError = "DEPENDENCY_SERVICE_ERROR" -
Undocumented
Declaration
Swift
case serviceQuotaNotAvailableError = "SERVICE_QUOTA_NOT_AVAILABLE_ERROR" -
Declaration
Swift
public var description: String { get }
View on GitHub
ErrorCode Enumeration Reference