MATTR VII Platform API Events Registry - v12.23.0
    Preparing search index...

    CREDENTIAL_PRESENTATION_SESSION_CREATE_FAIL

    interface CredentialPresentationSessionCreateFailEventSanitised {
        category: "credential-presentation";
        clientId: string | undefined;
        data: {
            error: { message: string; type: string };
            state: string | undefined;
        };
        id: string;
        managementUserId: string
        | undefined;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "CREDENTIAL_PRESENTATION_SESSION_CREATE_FAIL";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "credential-presentation"
    clientId: string | undefined
    data: { error: { message: string; type: string }; state: string | undefined }
    id: string
    managementUserId: string | undefined
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "CREDENTIAL_PRESENTATION_SESSION_CREATE_FAIL"
    userAgent: string | undefined
    version: "1"