UnbluClientInitializeError

public enum UnbluClientInitializeError : Error

Error which can occur while initializing the UnbluClient

  • UnbluClient is in error state and should be deinitialized first, before initializing it

    Declaration

    Swift

    case inErrorState
  • General error which caused the client not to start. It may contains a message for further details, but this message is for internal use only and not localized

    Declaration

    Swift

    case initFailed(errorType: UnbluClientErrorType, details: String?)

    Parameters

    errorType

    Type of the error

    details

    Detailed message about the error. Can be null