Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Callable

  • Processes a Request and returns a Promise resolving to a Response object.

    IMPORTANT: An adapter should never throw an Error or return a rejected promise. Instead, set the {@link Response.meta.error} property to true or else return a status code outside of the 200-299 range.

    Parameters

    • request: Request

      The data operation request to fulfill.

    Returns Promise<Response>

    A Promise resolved with a Response instance.