CreditReservationError
Sanitized expected failure from prepaid credit reservation operations.
Declaration
Section titled “Declaration”const CreditReservationError: Schema.toTaggedUnion<"code", readonly [Schema.Struct<{ code: Schema.Literal<"invalid_input">;}>, Schema.Struct<{ code: Schema.Literal<"idempotency_conflict">;}>, Schema.Struct<{ code: Schema.Literal<"insufficient_balance">;}>, Schema.Struct<{ code: Schema.Literal<"reservation_not_found">;}>, Schema.Struct<{ code: Schema.Literal<"reservation_terminal">;}>, Schema.Struct<{ code: Schema.Literal<"reservation_expired">;}>, Schema.Struct<{ code: Schema.Literal<"reservation_conflict">;}>, Schema.Struct<{ code: Schema.Literal<"internal_error">;}>]>;