URISchemeErrors
public enum URISchemeErrors : Sendable
Errors thrown by the uri scheme
-
The signature provided in the URI is invalid or cannot be verified.
Declaration
Swift
case invalidSignature -
The origin domain format is invalid or not a fully qualified domain name.
Declaration
Swift
case invalidOriginDomain -
The required origin_domain parameter is missing from the URI.
Declaration
Swift
case missingOriginDomain -
The required signature parameter is missing from the URI.
Declaration
Swift
case missingSignature -
The domain specified in the TOML file is invalid.
Declaration
Swift
case invalidTomlDomain -
The stellar.toml file is malformed or cannot be parsed.
Declaration
Swift
case invalidToml -
The URI_REQUEST_SIGNING_KEY field is missing from the stellar.toml file.
Declaration
Swift
case tomlSignatureMissing
View on GitHub
Install in Dash