NamespaceErrorType
public enum NamespaceErrorType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case permissionDenied = "PERMISSION_DENIED" -
Undocumented
Declaration
Swift
case internalServiceError = "INTERNAL_SERVICE_ERROR" -
Declaration
Swift
public var description: String { get }
View on GitHub
NamespaceErrorType Enumeration Reference