BKBlukiiCloudError
public enum BKBlukiiCloudError : Error
Error codes for requests to blukii Manager.
-
Server is not reachable or server has been responsed an undefined error.
Declaration
Swift
case serverError
-
An authentication is needed but user is not logged in with valid credentials and api key.
Declaration
Swift
case unauthorized
-
Request is successful but necessary data is not available.
Declaration
Swift
case noData