Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:comet:cometql:error [2017/07/16 09:12]
levhav
en:comet:cometql:error [2019/12/18 02:08] (current)
Line 1: Line 1:
-<​rst>​EN::​2-API::​2-CometQL</​rst>​+<​rst>​EN::​002-API::​002-CometQL</​rst>​ 
 +<​rst>​Header:​ Error codes in CometQL</​rst>​
  
 ====== Error codes in CometQL ====== ====== Error codes in CometQL ======
Line 9: Line 10:
 | 10    | The table is read-only ​       | It occurs when trying to insert or delete ​ |  | 10    | The table is read-only ​       | It occurs when trying to insert or delete ​ | 
 | 11    | Too large amount of data        | You have exceeded the limit on the length of the data, such as an attempt to convey the channel name longer than 64 characters| | 11    | Too large amount of data        | You have exceeded the limit on the length of the data, such as an attempt to convey the channel name longer than 64 characters|
-| 12    | Не верный формат данных ​       | For example occurs when you try to transfer as the name of the channel line content not allowed characters |+| 12    | Invalid data format ​       | For example occurs when you try to transfer as the name of the channel line content not allowed characters |
 | 13    | In the where section is not given a list of strings that must be selected | At this point in the sample requests must always be passed a list of values from the first column of the table. | | 13    | In the where section is not given a list of strings that must be selected | At this point in the sample requests must always be passed a list of values from the first column of the table. |
 | 14    | Error in the enumeration list of columns in the table | | | 14    | Error in the enumeration list of columns in the table | |
 | 15    | The object does not exist | | | 15    | The object does not exist | |
 | 16    | Not passed authentication | Occurs when an incorrect username and password pair| | 16    | Not passed authentication | Occurs when an incorrect username and password pair|