LicenseCredentialDeactivationError
Sanitized expected deactivation failure.
Declaration
Section titled “Declaration”const LicenseCredentialDeactivationError: Schema.toTaggedUnion<"code", readonly [Schema.Struct<{ code: Schema.Literal<"invalid_input">;}>, Schema.Struct<{ code: Schema.Literal<"unknown_credential">;}>, Schema.Struct<{ code: Schema.Literal<"activation_not_found">;}>, Schema.Struct<{ code: Schema.Literal<"activation_identity_conflict">;}>, Schema.Struct<{ code: Schema.Literal<"credential_unavailable">;}>, Schema.Struct<{ code: Schema.Literal<"internal_error">;}>]>;