# Type Alias: TimeoutInvocationError

> **TimeoutInvocationError** = `BaseInvocationError` & `object`

Defined in: [api_types.ts:1132](https://github.com/coda/packs-sdk/blob/d917a83bb3a3e815d6a7947f7c25cf0e1952d12b/api_types.ts#L1132)

An error for an execution that took too long to complete, and timed out.

## Type Declaration

| Name | Type | Defined in | | --- | --- | --- | | `type` | [`Timeout`](../../enumerations/InvocationErrorType/#timeout) | [api_types.ts:1133](https://github.com/coda/packs-sdk/blob/d917a83bb3a3e815d6a7947f7c25cf0e1952d12b/api_types.ts#L1133) |
