Skip to content

LicenseCredentialRotationError

Sanitized expected credential key rotation failure.

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