ContentstackErrorException
ContentstackErrorException
A base exception for Contentstack API.
| Name | Type | Description |
|---|---|---|
| ErrorCode | int | This is error code. |
| ErrorMessage | string | This is error message. |
| Errors | Dictionary<string, object> | Set of errors in detail. |
| Header | HttpResponseHeaders | This is http response Header of REST request to Contentstack. |
| Message | string | This is error message. |
| ReasonPhrase | string | This is http response phrase code of REST request to Contentstack. |
| StatusCode | HttpStatusCode | This is http response status code of REST request to Contentstack. |