Skip to main content

KnowledgeUpdateResponse

Type Alias KnowledgeUpdateResponse 

Source
pub type KnowledgeUpdateResponse = KnowledgeOperationResponse;
Expand description

Update response envelope without a data payload.

Aliased Type§

pub struct KnowledgeUpdateResponse {
    pub code: Option<i64>,
    pub message: Option<String>,
    pub timestamp: Option<u64>,
}

Fields§

§code: Option<i64>

Business status code, when the endpoint includes it. The shared transport rejects an explicitly non-success value before this type is returned.

§message: Option<String>

Human-readable status message.

§timestamp: Option<u64>

Server timestamp.