MadelineProtoDocs/docs/TD_docs/constructors/error.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

768 B

title description image
error Object of this type may be returned on every function call in case of the error https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: error

Back to constructors index

Object of this type may be returned on every function call in case of the error

Attributes:

Name Type Required Description
code int Yes Error code, maybe changed in the future. If code == 406, error message should not be processed in any way and shouldn't be showed to the user
message string Yes Error message, may be changed in the future

Type: Error