BluIDSDKError
public enum BluIDSDKError : ErrorIt denotes the possible errors that can occur.
- 
                  
                  Returns Generic Error DeclarationSwift case error(error: Error)
- 
                  
                  The input entered by the user is not valid DeclarationSwift case invalidInput
- 
                  
                  The device has no internet connection. DeclarationSwift case noInternet
- 
                  
                  No response came from server. DeclarationSwift case timeout
- 
                  
                  The server is out of reach. DeclarationSwift case serverUnreachable
- 
                  
                  Exception from the server. DeclarationSwift case serverError(errorCode: Int)
- 
                  
                  The server while working as a gateway to get a response needed to handle the request, got an invalid response. DeclarationSwift case serverErrorResponse
- 
                  
                  The server cannot or will not process the request due to something that is perceived to be a client error. DeclarationSwift case serverBadRequest(errorCode: Int)
- 
                  
                  The request made needs access to a restricted resource. DeclarationSwift case serverUnauthorized
- 
                  
                  The session has expired. DeclarationSwift case loginExpired
- 
                  
                  The upgradation of firmware failed. DeclarationSwift case firmwareUpdateFailed(errorMessage: String)
- 
                  
                  The device is out of reach. DeclarationSwift case deviceUnreachable
- 
                  
                  Connection with the device is lost. DeclarationSwift case deviceConnectionLost
- 
                  
                  Failed to connect to the device. DeclarationSwift case deviceConnectFailure
- 
                  
                  The device failed to perform the operation. DeclarationSwift case deviceFailure
- 
                  
                  Attempted to communicate but did not get a response. DeclarationSwift case deviceCommunicationError
- 
                  
                  The response given by the device is invalid. DeclarationSwift case deviceInvalidResponse
- 
                  
                  The device is currently in BluBOOT mode. DeclarationSwift case deviceInBluboot
- 
                  
                  The access permission for the operation is not granted. DeclarationSwift case accessDenied
- 
                  
                  The download operation for the dependent data failed. DeclarationSwift case downloadFailed(message: String)
- 
                  
                  The delete operation for the dependent data failed. DeclarationSwift case deleteFailed
- 
                  
                  The dependent data not found. DeclarationSwift case notFound
- 
                  
                  Unable to parse JSON. DeclarationSwift case jsonParseFailure
- 
                  
                  The bluetooth is powered off. DeclarationSwift case bluetoothPowerOff
- 
                  
                  Permission not granted to access bluetooth. DeclarationSwift case bluetoothUnAuthorized
- 
                  
                  The device didn’t respond within the time limit. DeclarationSwift case deviceAPITimeout
- 
                  
                  DeclarationSwift case sdkError(errorMessage: String)
 BluIDSDKError Enumeration Reference
        BluIDSDKError Enumeration Reference