pub type ComposedEchoUnionResponseWithErrorComposedResult = Result<ComposedEchoUnionResponseWithErrorComposedResponse, u32>;

Aliased Type§

enum ComposedEchoUnionResponseWithErrorComposedResult {
    Ok(ComposedEchoUnionResponseWithErrorComposedResponse),
    Err(u32),
}

Variants§

§1.0.0

Ok(ComposedEchoUnionResponseWithErrorComposedResponse)

Contains the success value

§1.0.0

Err(u32)

Contains the error value