# Chapter 5.5.11 - Warning

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

-   [Previous](/communications/dev-guide_rest_v2/reference/customization-error/)
-   [Next](/communications/dev-guide_rest_v2/reference/customization-status/)

### Warning

The `Warning` object contains the **customization warning description** as applicable:

Key

Value

`code`

`[int]` Warning Code  

The numeric code associated with the warning  

`msg`

`[string]` Warning Message

-   Max length: Unlimited

### Example

```json
"Warnings": [ { "code": 0, "msg": "Warning - Could not unlink configuration item for profile 999 : not found" }]
```

-   [Previous](/communications/dev-guide_rest_v2/reference/customization-error/)
-   [Next](/communications/dev-guide_rest_v2/reference/customization-status/)