Skip to content

LicenseCredentialActivationError

Sanitized expected activation failure.

const LicenseCredentialActivationError: Schema.toTaggedUnion<"code", readonly [Schema.Struct<{
code: Schema.Literal<"invalid_input">;
}>, Schema.Struct<{
code: Schema.Literal<"unknown_credential">;
}>, Schema.Struct<{
code: Schema.Literal<"payment_not_settled">;
}>, Schema.Struct<{
code: Schema.Literal<"entitlement_inactive">;
}>, Schema.Struct<{
code: Schema.Literal<"credential_revoked">;
}>, Schema.Struct<{
code: Schema.Literal<"activation_limit">;
}>, Schema.Struct<{
code: Schema.Literal<"activation_identity_conflict">;
}>, Schema.Struct<{
code: Schema.Literal<"credential_unavailable">;
}>, Schema.Struct<{
code: Schema.Literal<"internal_error">;
}>]>;