public class Error
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Error.ErrorAccess |
static class |
Error.ErrorCancelled |
static class |
Error.ErrorDisabled |
static class |
Error.ErrorFiltered |
static class |
Error.ErrorNotConnectable |
static class |
Error.ErrorNotConnected |
static class |
Error.ErrorNotFound |
static class |
Error.ErrorParameters |
static class |
Error.ErrorRange |
static class |
Error.ErrorTimeout |
static class |
Error.ErrorUnknown |
| Modifier and Type | Field and Description |
|---|---|
int |
code |
static int |
ERROR_ACCESS |
static int |
ERROR_BUSY |
static int |
ERROR_CANCELLED |
static int |
ERROR_DISABLED |
static int |
ERROR_FILTERED |
static int |
ERROR_GATT_INVALID |
static int |
ERROR_GATT_VERIFY |
static int |
ERROR_MANUFACTURER |
static int |
ERROR_MODEL |
static int |
ERROR_NOT_FOUND |
static int |
ERROR_PARAMETERS |
static int |
ERROR_PENDING |
static int |
ERROR_RANGE |
static int |
ERROR_TIMEOUT |
static int |
ERROR_UNKNOWN |
java.lang.String |
message |
| Constructor and Description |
|---|
Error() |
Error(int code) |
Error(int code,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
toString() |
public static final int ERROR_PENDING
public static final int ERROR_UNKNOWN
public static final int ERROR_NOT_FOUND
public static final int ERROR_FILTERED
public static final int ERROR_PARAMETERS
public static final int ERROR_RANGE
public static final int ERROR_TIMEOUT
public static final int ERROR_CANCELLED
public static final int ERROR_DISABLED
public static final int ERROR_ACCESS
public static final int ERROR_BUSY
public static final int ERROR_MANUFACTURER
public static final int ERROR_MODEL
public static final int ERROR_GATT_VERIFY
public static final int ERROR_GATT_INVALID
public int code
public java.lang.String message