Skip to content

LicenseCredentialIssuanceError

Sanitized expected failure from one-time license issuance.

const LicenseCredentialIssuanceError: Schema.toTaggedUnion<"code", readonly [Schema.Struct<{
code: Schema.Literal<"invalid_input">;
}>, Schema.Struct<{
code: Schema.Literal<"customer_not_found">;
}>, Schema.Struct<{
code: Schema.Literal<"not_eligible">;
}>, Schema.Struct<{
code: Schema.Literal<"idempotency_conflict">;
}>, Schema.Struct<{
code: Schema.Literal<"credential_unavailable">;
}>, Schema.Struct<{
code: Schema.Literal<"internal_error">;
}>]>;