rest-vir - v2.2.0
    Preparing search index...

    Function extractEndpointResult

    • Type Parameters

      • Output extends Readonly<
            _RequireExactlyOne<
                DefinedEndpointFetchOutputs<
                    typeof NoParam,
                    typeof NoParam,
                    typeof NoParam,
                > & { unexpectedError: UnknownFetchOutput<typeof NoParam> },

                    | "Continue"
                    | "SwitchingProtocols"
                    | "Processing"
                    | "EarlyHints"
                    | "Ok"
                    | "Created"
                    | "Accepted"
                    | "NonAuthoritativeInformation"
                    | "NoContent"
                    | "ResetContent"
                    | "PartialContent"
                    | "MultiStatus"
                    | "AlreadyReported"
                    | "ImUsed"
                    | "MultipleChoices"
                    | "MovedPermanently"
                    | "Found"
                    | "SeeOther"
                    | "NotModified"
                    | "UseProxy"
                    | "Unused"
                    | "TemporaryRedirect"
                    | "PermanentRedirect"
                    | "BadRequest"
                    | "Unauthorized"
                    | "PaymentRequired"
                    | "Forbidden"
                    | "NotFound"
                    | "MethodNotAllowed"
                    | "NotAcceptable"
                    | "ProxyAuthenticationRequired"
                    | "RequestTimeout"
                    | "Conflict"
                    | "Gone"
                    | "LengthRequired"
                    | "PreconditionFailed"
                    | "PayloadTooLarge"
                    | "UriTooLong"
                    | "UnsupportedMediaType"
                    | "RangeNotSatisfiable"
                    | "ExpectationFailed"
                    | "ImATeapot"
                    | "MisdirectedRequest"
                    | "UnprocessableContent"
                    | "Locked"
                    | "FailedDependency"
                    | "TooEarly"
                    | "UpgradeRequired"
                    | "PreconditionRequired"
                    | "TooManyRequests"
                    | "RequestHeaderFieldsTooLarge"
                    | "UnavailableForLegalReasons"
                    | "InternalServerError"
                    | "NotImplemented"
                    | "BadGateway"
                    | "ServiceUnavailable"
                    | "GatewayTimeout"
                    | "HttpVersionNotSupported"
                    | "VariantAlsoNegotiates"
                    | "InsufficientStorage"
                    | "LoopDetected"
                    | "NotExtended"
                    | "NetworkAuthenticationRequired"
                    | "unexpectedError",
            >,
        >

      Parameters

      Returns NonNullable<Values<Output>>