Skip to content

Enumeration: InvocationErrorType

Defined in: api_types.ts:1080

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

Enumeration Members

HttpStatusError

HttpStatusError: "HttpStatusError"

Defined in: api_types.ts:1094

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


RateLimitExceeded

RateLimitExceeded: "RateLimitExceeded"

Defined in: api_types.ts:1100

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:1089

The fetcher response was too large.


Timeout

Timeout: "Timeout"

Defined in: api_types.ts:1084

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


Unknown

Unknown: "Unknown"

Defined in: api_types.ts:1105

An unknown error occurred.