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

    Interface WalletAppAssociationGetFailEventDataLevel

    interface WalletAppAssociationGetFailEventDataLevel {
        category: "wallet";
        clientId: string | undefined;
        data: undefined;
        id: string;
        managementUserId: string | undefined;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "WALLET_APP_ASSOCIATION_GET_FAIL";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "wallet"
    clientId: string | undefined
    data: undefined
    id: string
    managementUserId: string | undefined
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "WALLET_APP_ASSOCIATION_GET_FAIL"
    userAgent: string | undefined
    version: "1"