Interface CredentialCompactSemanticGooglePassTemplateRetrieveFailEvent
interface CredentialCompactSemanticGooglePassTemplateRetrieveFailEvent { category: "credential-compact-semantic"; data: { error: { message: string; type: string; }; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface CredentialCompactSemanticGooglePassTemplateRetrieveFailEventSanitised { category: "credential-compact-semantic"; data: { error: { message: string; type: string; }; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "credential-compact-semantic"
Sanitisation Level DATA
data
data: {
error: {
message: string;
type: string;
};
}
Type declaration
error: {
message: string;
type: string;
}
message: string
type: string
requestId
requestId: string
timestamp
timestamp: number