Function createRequestNotReady

  • function to create a RequestNotReady payload to indicate that the request is not ready to be loaded yet. (e.g. the user is not logged in)

    Parameters

    • message: string

      reason why the request is not ready yet

    Returns RequestNotReady

    RequestNotReady payload

    v0.2.8