Skip to content

Enumeration: InvocationErrorType

Defined in: api_types.ts:1078

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

Enumeration Members

HttpStatusError

HttpStatusError: "HttpStatusError"

Defined in: api_types.ts:1092

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


RateLimitExceeded

RateLimitExceeded: "RateLimitExceeded"

Defined in: api_types.ts:1098

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

The fetcher response was too large.


Timeout

Timeout: "Timeout"

Defined in: api_types.ts:1082

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


Unknown

Unknown: "Unknown"

Defined in: api_types.ts:1103

An unknown error occurred.