ErrorType

Types of errors that can occur when loading a Connect embedded component.

Entries

Link copied to clipboard

Failure to connect to Stripe's API.

Link copied to clipboard

Failure to perform the authentication flow within Connect Embedded Components.

Link copied to clipboard

Account session create failed.

Link copied to clipboard

Request failed with a 4xx status code, typically caused by platform configuration issues.

Link copied to clipboard

Too many requests hit the API too quickly.

Link copied to clipboard

Failure to render the component, typically caused by browser extensions or network issues.

Link copied to clipboard

API errors covering any other type of problem (e.g., a temporary problem with Stripe's servers), and are extremely uncommon. Also used as a fallback for unknown error types.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.