AccessError
public enum AccessError : CustomStringConvertible, JSONRepresentable
Error occurred because the account doesn’t have permission to access the resource.
-
Current account type cannot access the resource.
Declaration
Swift
case invalidAccountType(Auth.InvalidAccountTypeError)
-
Current account cannot access Paper.
Declaration
Swift
case paperAccessDenied(Auth.PaperAccessError)
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }