MadelineProtoDocs/docs/TD_docs/constructors/error.md

25 lines
768 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: error
description: Object of this type may be returned on every function call in case of the error
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Constructor: error
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
Object of this type may be returned on every function call in case of the error
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|code|[int](../types/int.md) | 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](../types/string.md) | Yes|Error message, may be changed in the future|
### Type: [Error](../types/Error.md)