TxRepError
public enum TxRepError : Error, Sendable
Errors that can occur during TxRep parsing or generation.
-
A required value is missing for the specified key.
Declaration
Swift
case missingValue(key: String) -
The value for the specified key is invalid or cannot be parsed.
Declaration
Swift
case invalidValue(key: String)
View on GitHub
Install in Dash