CREDENTIAL_WEB_SEMANTIC_REVOCATION_MESSAGE_PAYLOAD_CREATE_FAIL
interface CredentialWebSemanticRevocationMessagePayloadCreateFailEventSanitised { category: "credential-web-semantic"; clientId: undefined | string; data: { error: { message: string; type: string; }; }; id: string; managementUserId: undefined | string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_WEB_SEMANTIC_REVOCATION_MESSAGE_PAYLOAD_CREATE_FAIL"; version: "1"; } Properties
category
category: "credential-web-semantic"
clientId
clientId: undefined | string
Sanitisation Level DATA data
data: {
error: {
message: string;
type: string;
};
}
Type declaration
error: {
message: string;
type: string;
}
message: string
type: string
managementUserId
managementUserId: undefined | string
requestId
requestId: string
requestIp
requestIp: undefined | string
timestamp
timestamp: number
type
type: "CREDENTIAL_WEB_SEMANTIC_REVOCATION_MESSAGE_PAYLOAD_CREATE_FAIL"