CheckoutGetError
Public failures from local checkout lookup.
Declaration
Section titled “Declaration”const CheckoutGetError: Schema.toTaggedUnion<"code", readonly [Schema.Struct<{ code: Schema.Literal<"invalid_input">;}>, Schema.Struct<{ code: Schema.Literal<"checkout_not_found">; checkoutId: Schema.brand<Schema.String, "CheckoutId">;}>, Schema.Struct<{ code: Schema.Literal<"internal_error">;}>]>;