# ErrorDetail<!-- -->

### Hierarchy

* *ErrorDetail*

  * [RunFailedErrorDetail](https://docs.apify.com/api/client/python/api/client/python/reference/class/RunFailedErrorDetail.md)
  * [RunTimeoutExceededErrorDetail](https://docs.apify.com/api/client/python/api/client/python/reference/class/RunTimeoutExceededErrorDetail.md)
  * [UnknownBuildTagErrorDetail](https://docs.apify.com/api/client/python/api/client/python/reference/class/UnknownBuildTagErrorDetail.md)

## Index[**](#Index)

### Properties

* [**message](https://docs.apify.com/api/client/python/api/client/python/reference/class/ErrorDetail.md#message)
* [**model\_config](https://docs.apify.com/api/client/python/api/client/python/reference/class/ErrorDetail.md#model_config)
* [**type](https://docs.apify.com/api/client/python/api/client/python/reference/class/ErrorDetail.md#type)

## Properties<!-- -->[**](#Properties)

### [**](#message)message

**message: str | None

Human-readable error message describing what went wrong.

### [**](#model_config)model\_config

**model\_config: Undefined

### [**](#type)type

**type: [ErrorType](https://docs.apify.com/api/client/python/api/client/python/reference.md#ErrorType) | None
