Type Alias RemoteApiStatus

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

Status of a Remote API response.

MMNEPVFCICPMFPCPTTAAATR