|
Android-cuttlefish cvd tool
|
#include <result.h>
Public Types | |
| enum | Type { NETWORK_SERIAL_WRONG_PREFIX = 1 , NETWORK_SERIAL_WRONG_ADDRESS = 2 } |
Public Member Functions | |
| FastbootError (Type &&type) | |
| Type | value () const |
| operator Type () const | |
| std::string | print () const |
Private Attributes | |
| Type | type_ |
| enum FastbootError::Type |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |