Skip to main content

HeartbeatResponseResult

Type Alias HeartbeatResponseResult 

Source
type HeartbeatResponseResult = Result<HeartbeatResponse, Status>;

Aliased Type§

enum HeartbeatResponseResult {
    Ok(HeartbeatResponse),
    Err(Status),
}

Variants§

§1.0.0

Ok(HeartbeatResponse)

Contains the success value

§1.0.0

Err(Status)

Contains the error value