• Evaluates a client handler

    Parameters

    Returns Promise<{
        data?: any;
        error?: any;
    }>

    A promise that resolves to an object with either an error property that contains error or data property that contains result of the handler.