TomlFileError
public enum TomlFileError : Error, Sendable
Errors that can occur when loading a stellar.toml file from a domain.
-
The provided domain is invalid or cannot be used to construct a valid URL.
Declaration
Swift
case invalidDomain -
The stellar.toml file could not be parsed or contains invalid TOML syntax.
Declaration
Swift
case invalidToml
View on GitHub
Install in Dash