Uses of Class
it.tdlight.jni.TdApi.Error
-
Uses of TdApi.Error in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.CallStateError.error
Error.TdApi.FinishFileGeneration.error
If passed, the file generation has failed and must be terminated; pass null if the file generation succeeded.TdApi.SpeechRecognitionResultError.error
Recognition error.TdApi.TestReturnError.error
The error to be returned.ModifierConstructorDescriptionCallStateError
(TdApi.Error error) The call has ended with an error.FinishFileGeneration
(long generationId, TdApi.Error error) Finishes the file generation.The speech recognition failed.TestReturnError
(TdApi.Error error) Returns the specified error and ensures that the Error object is used; for testing only.