Skip to content

CreditQueryError

Sanitized expected failure from prepaid credit account queries.

const CreditQueryError: Schema.toTaggedUnion<"code", readonly [Schema.Struct<{
code: Schema.Literal<"invalid_input">;
}>, Schema.Struct<{
code: Schema.Literal<"internal_error">;
}>]>;