Uses of Class
org.drinkless.tdlib.TdApi.Error
-
Packages that use TdApi.Error Package Description org.drinkless.tdlib -
-
Uses of TdApi.Error in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.Error Modifier and Type Field Description TdApi.ErrorTdApi.CallStateError. errorError.TdApi.ErrorTdApi.FinishFileGeneration. errorIf passed, the file generation has failed and must be terminated; pass null if the file generation succeeded.TdApi.ErrorTdApi.TestReturnError. errorThe error to be returned.Constructors in org.drinkless.tdlib with parameters of type TdApi.Error Constructor Description CallStateError(TdApi.Error error)The call has ended with an error.FinishFileGeneration(long generationId, TdApi.Error error)Creates a function, which finishes the file generation.TestReturnError(TdApi.Error error)Creates a function, which returns the specified error and ensures that the Error object is used; for testing only.
-