@Environment(value=CLIENT) public class RealmsError extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
errorCode |
private String |
errorMessage |
private static Logger |
LOGGER |
| Modifier | Constructor and Description |
|---|---|
private |
RealmsError(String string,
int int2) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
String |
getErrorMessage() |
static RealmsError |
method_30162(String string) |
private static final Logger LOGGER
private final String errorMessage
private final int errorCode
private RealmsError(String string, int int2)
public static RealmsError method_30162(String string)
public String getErrorMessage()
public int getErrorCode()