LicenseCredentialRevocationError
Sanitized expected credential revocation failure.
Declaration
Section titled “Declaration”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">;}>]>;