Skip to content

LicenseCredentialValidationError

Sanitized infrastructure failure from credential validation.

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