pub type NodeUpdateAttributesResult = Result<(), i32>;
enum NodeUpdateAttributesResult { Ok(()), Err(i32), }
Contains the success value
Contains the error value