View Source ExTDLib.Object.Error (ExTDLib v0.0.4)

An object of this type can be returned on every function call, in case of an error.

NameTypeDescription
codenumberError code; subject to future changes. If the error code is 406, the error message must not be processed in any way and must not be displayed to the user.
messagestringError message; subject to future changes.

More details on telegram's documentation.