public class LastError
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_ERROR |
static int |
OPERATION_ERROR |
| Constructor and Description |
|---|
LastError() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getMessage() |
static java.lang.String |
getMessage(int errorCode) |
static int |
getValue() |
static void |
setValue(long errorCode) |
public static final int NO_ERROR
public static final int OPERATION_ERROR