Struct elastic_responses::parsing::MaybeOkResponse [] [src]

pub struct MaybeOkResponse<B> where
    B: ResponseBody
{ /* fields omitted */ }

A response that might be successful or an ApiError.

Methods

impl<B> MaybeOkResponse<B> where
    B: ResponseBody
[src]

Create a new response that indicates where or not the body is successful or an ApiError.

Create a response where the body is successful.

Create a resposne where the body is an error.