Interface RemoteApiResponse

Remote API response to a request sent by a lens.

Hierarchy

  • RemoteApiResponse

Properties

Properties

status: "timeout" | "success" | "redirected" | "cancelled" | "notFound" | "badRequest" | "accessDenied" | "requestTooLarge" | "serverError" | "proxyError"

Status of the response

metadata: Record<string, string>

A map of named metadata associated with the response.

body: ArrayBuffer

Additional binary request payload.

Generated using TypeDoc