pub type ComposedEchoUnionResponseWithErrorComposedResult = Result<ComposedEchoUnionResponseWithErrorComposedResponse, u32>;
Aliased Type§
enum ComposedEchoUnionResponseWithErrorComposedResult {
Ok(ComposedEchoUnionResponseWithErrorComposedResponse),
Err(u32),
}
Variants§
Ok(ComposedEchoUnionResponseWithErrorComposedResponse)
Contains the success value
Err(u32)
Contains the error value