: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 `. |
+------------+--------+-----------------------------------------------------------------------------------------------------------------+
| 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."
}