Skip to content

MeteredInvoiceCollectionError

Sanitized expected failure while reading invoice collection state.

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