forked from docs/gaussdb-mysql
28 lines
1.3 KiB
ReStructuredText
28 lines
1.3 KiB
ReStructuredText
:original_name: rds_01_0010.html
|
|
|
|
.. _rds_01_0010:
|
|
|
|
Abnormal Request Results
|
|
========================
|
|
|
|
- Abnormal response description
|
|
|
|
.. table:: **Table 1** Abnormal response description
|
|
|
|
+------------+--------+-----------------------------------------------------------------------------------------------------------------+
|
|
| Name | Type | Description |
|
|
+============+========+=================================================================================================================+
|
|
| error_code | String | Returned error code when a task submission exception occurs. For details, see :ref:`Error Codes <rds_10_0201>`. |
|
|
+------------+--------+-----------------------------------------------------------------------------------------------------------------+
|
|
| error_msg | String | Returned error description when a task submission exception occurs. |
|
|
+------------+--------+-----------------------------------------------------------------------------------------------------------------+
|
|
|
|
- Example response
|
|
|
|
.. code-block:: text
|
|
|
|
{
|
|
"error_code": "DBS.280234",
|
|
"error_msg": "Invalid DB instance name."
|
|
}
|