CreditQueryError
Sanitized expected failure from prepaid credit account queries.
Declaration
Section titled “Declaration”const CreditQueryError: Schema.toTaggedUnion<"code", readonly [Schema.Struct<{ code: Schema.Literal<"invalid_input">;}>, Schema.Struct<{ code: Schema.Literal<"internal_error">;}>]>;