ECOSYSTEM_PARTICIPANT_EVIDENCE_DELETE_FAIL
interface EcosystemParticipantEvidenceDeleteFailEventSanitised { category: "ecosystem"; data: { error: { message: string; type: string; }; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "ECOSYSTEM_PARTICIPANT_EVIDENCE_DELETE_FAIL"; version: "1"; } Properties
category
category: "ecosystem"
Sanitisation Level DATA data
data: {
error: {
message: string;
type: string;
};
}
Type declaration
error: {
message: string;
type: string;
}
message: string
type: string
requestId
requestId: string
requestIp
requestIp: undefined | string
timestamp
timestamp: number
type
type: "ECOSYSTEM_PARTICIPANT_EVIDENCE_DELETE_FAIL"