CREDENTIAL_HOLDER_APPLICATION_INSTANCE_REGISTER_FAIL
interface CredentialHolderApplicationInstanceRegisterFailEvent { category: "credential-holder"; data: { error: { message: string; type: string; }; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_REGISTER_FAIL"; version: "1"; } interface CredentialHolderApplicationInstanceRegisterFailEventSanitised { category: "credential-holder"; data: { error: { message: string; type: string; }; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_REGISTER_FAIL"; version: "1"; } Properties
category
category: "credential-holder"
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: "CREDENTIAL_HOLDER_APPLICATION_INSTANCE_REGISTER_FAIL"