PaperAccessError
public enum PaperAccessError : CustomStringConvertible, JSONRepresentable
The PaperAccessError union
-
Paper is disabled.
Declaration
Swift
case paperDisabled
-
The provided user has not used Paper yet.
Declaration
Swift
case notPaperUser
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }