# Chapter 5.5.10 - Error

Source: https://developer.avalara.com/products/communications/integration-guides/dev-guide_rest_v2/reference/customization-error/

-   [Previous](/communications/dev-guide_rest_v2/reference/tax-calculation-settings-response/)
-   [Next](/communications/dev-guide_rest_v2/reference/customization-warning/)

### Error

The `Error` object contains **customization error descriptions** as applicable:

Key

Value

`code`

`[int]` Error Code  

The numeric code associated with the error  

`msg`

`[string]` Error Message

-   Max length: Unlimited

### Example

```json
"Errors": [ { "code": -2000, "msg": "Invalid Request - A conflict exists with one or more profiles to be added." }]
```

-   [Previous](/communications/dev-guide_rest_v2/reference/tax-calculation-settings-response/)
-   [Next](/communications/dev-guide_rest_v2/reference/customization-warning/)