VarioqubProviderError
public enum VarioqubProviderError : Error
The enum that represents Varioqub errors.
-
A general error.
Declaration
Swift
case general -
Informs the client that an error occurred due to an underlying error.
Declaration
Swift
case underlying(error: Error)Parameters
errorThe underlying error.
Install in Dash
VarioqubProviderError Enumeration Reference