Searched refs:with_metadata (Results 1 – 2 of 2) sorted by relevance
87 Err(Status::with_metadata(Code::Internal, MESSAGE, metadata)) in status_with_metadata()
551 pub fn with_metadata(code: Code, message: impl Into<String>, metadata: MetadataMap) -> Status { in with_metadata() method