public static class TdApi.Error extends TdApi.TLObject
Modifier and Type | Field and Description |
---|---|
int |
code
Error code, maybe changed in future.
|
static int |
CONSTRUCTOR
Identifier uniquely determining TL-type of object
|
java.lang.String |
text
Error description, may be changed in future.
|
Constructor and Description |
---|
Error()
Default constructor.
|
Error(int code,
java.lang.String text)
Constructor for initialization of all fields.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int code
public java.lang.String text
public static final int CONSTRUCTOR
public Error()
public Error(int code, java.lang.String text)
public int getConstructor()
getConstructor
in class TdApi.TLObject