LedgerError
public enum LedgerError : Error
extension LedgerError: LocalizedError
Errors which can occur when working with the ledger
-
Error if the object your try to add already exists in the ledger
Declaration
Swift
case alreadyExists(String) -
Declaration
Swift
public var errorDescription: String? { get }
View on GitHub
Install in Dash
LedgerError Enumeration Reference