# Error Handling

**Different attributes associated with the error codes and objects are defined below:**

| **Attributes** | **Description**                                                                                   |
| -------------- | ------------------------------------------------------------------------------------------------- |
| code           | The HTTP status code of error returned. Can be: 2xx, 4xx, 5xx                                     |
| key            | A short string from the list on the right-hand side, describing the kind of error which occurred. |
| message        | Message providing short description about the error                                               |
| details        | Message providing more details about the error                                                    |
