Skip to main content

Response

Type Alias Response 

Source
pub type Response = ResponseEntity;

Aliased Type§

pub struct Response {
    pub service_name: String,
    pub method_name: String,
    pub status: ResponseStatus,
}

Fields§

§service_name: String

Service name portion of the RPC endpoint.

§method_name: String

Method name portion of the RPC endpoint.

§status: ResponseStatus

Response status and payload/error details.