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

    error

    The underlying error.