You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/14-reference/03-taos-sql/40-tmq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,4 +116,4 @@ Displays the allocation relationship and consumption information between consume
116
116
117
117
## MQTT Data Subscription
118
118
119
-
TDengine 3.3.7.0 includes MQTT-based data subscription, allowing data to be subscribed to directly via an MQTT client. For details, refer to the MQTT Data Subscription section.
119
+
You can subscribe to data directly via an MQTT client. For details, refer to [MQTT Data Subscription](../../../advanced-features/data-subscription/mqtt-data-sub/).
Copy file name to clipboardExpand all lines: docs/en/14-reference/09-error-code.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,7 @@ Below are the business error codes for each module.
114
114
| 0x8000013C | Invalid disk id | Invalid disk id | Check users whether the mounted disk is invalid or use the parameter diskIDCheckEnabled to skip the disk check. |
115
115
| 0x8000013D | Decimal value overflow | Decimal value overflow | Check query expression and decimal values |
116
116
| 0x8000013E | Division by zero error | Division by zero | Check division expression |
117
+
| 0x8000013F | Decimal value parse error | Decimal value parse error | Preserve the scene and logs, report issue on github |
117
118
| 0x80000140 | Edition not compatible | Edition incompatibility between nodes | Check editions(enterprise or community) of all nodes (including server and client), ensure node editions are consistent or compatible |
118
119
| 0x80000141 | Invalid signature | Message signature is invalid or mismatch | Check if client and server are using the same signature algorithm |
0 commit comments