Enum VectorAuthenticationFailureType
Type of authentication failure.
Namespace: Anki.Vector.Exceptions
Assembly: Anki.Vector.dll
Syntax
public enum VectorAuthenticationFailureType
  Fields
| Name | Description | 
|---|---|
| Connection | Unable to connect to robot for authentication.  | 
      
| IPAddress | The IP address is missing and could not be determined automatically.  | 
      
| Login | The email address or password is not correct.  | 
      
| SerialNumber | The serial number is not valid.  | 
      
| Unknown | The authentication failure type is not known.  |