VAUError
public enum VAUError : Swift.Error
-
In case of HTTP/Connection error
Declaration
Swift
case network(error: HTTPClientError)
-
When failed to extract a X.509 VAU certificate information
Declaration
Swift
case certificateDecoding
-
When internal cryptographic operations fail
Declaration
Swift
case internalCryptoError
-
In case a response (or request) could not be (cryptographically) verified
Declaration
Swift
case responseValidation
-
Other error cases
Declaration
Swift
case unspecified(error: Swift.Error)
-
Internal error
Declaration
Swift
case internalError(String)