JacquardCommandError
public enum JacquardCommandError : Error
                The possible errors published by a command.
- 
                  
                  
The firmware reported an error.
Inspect the associated status for more information on the error.
Declaration
Swift
case commandFailed(CommandResponseStatus) - 
                  
                  
The Bluetooth response contained invalid data.
Declaration
Swift
case malformedResponse 
            View on GitHub
          
      JacquardCommandError Enumeration Reference