Skip to main content
Enumeration
enum CryptoPaymentFailureCode

Enumeration Cases

CryptoPaymentFailureCode.insufficientFunds

case insufficientFunds

CryptoPaymentFailureCode.txIdNotFound

case txIdNotFound

CryptoPaymentFailureCode.unknown

case unknown

Initializers

init(rawValue:)

Inherited from RawRepresentable.init(rawValue:).
init?(rawValue: String)