GetAccountError
public enum GetAccountError : CustomStringConvertible, JSONRepresentable
The GetAccountError union
-
The specified accountId in GetAccountArg does not exist.
Declaration
Swift
case noAccount -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
GetAccountError Enumeration Reference