# Enumeration: InvocationErrorType

Defined in: [api_types.ts:1078](https://github.com/coda/packs-sdk/blob/9f37f0e6dd85972eb9c035c2bb489cbeb06120bc/api_types.ts#L1078)

The types of errors that can cause an invocation to fail.

## Enumeration Members

### HttpStatusError

> **HttpStatusError**: `"HttpStatusError"`

Defined in: [api_types.ts:1092](https://github.com/coda/packs-sdk/blob/9f37f0e6dd85972eb9c035c2bb489cbeb06120bc/api_types.ts#L1092)

The execution failed due to an uncaught, non-recoverable, 400+ HTTP response code.

______________________________________________________________________

### RateLimitExceeded

> **RateLimitExceeded**: `"RateLimitExceeded"`

Defined in: [api_types.ts:1098](https://github.com/coda/packs-sdk/blob/9f37f0e6dd85972eb9c035c2bb489cbeb06120bc/api_types.ts#L1098)

The execution failed due to rate limits being exceeded. The rate limit could come from an API being called or from the platform itself.

______________________________________________________________________

### ResponseTooLarge

> **ResponseTooLarge**: `"ResponseTooLarge"`

Defined in: [api_types.ts:1087](https://github.com/coda/packs-sdk/blob/9f37f0e6dd85972eb9c035c2bb489cbeb06120bc/api_types.ts#L1087)

The fetcher response was too large.

______________________________________________________________________

### Timeout

> **Timeout**: `"Timeout"`

Defined in: [api_types.ts:1082](https://github.com/coda/packs-sdk/blob/9f37f0e6dd85972eb9c035c2bb489cbeb06120bc/api_types.ts#L1082)

The execution took too long to complete, and timed out.

______________________________________________________________________

### Unknown

> **Unknown**: `"Unknown"`

Defined in: [api_types.ts:1103](https://github.com/coda/packs-sdk/blob/9f37f0e6dd85972eb9c035c2bb489cbeb06120bc/api_types.ts#L1103)

An unknown error occurred.
