Skip to content

LicenseCredentialRevocationError

Sanitized expected credential revocation failure.

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