pub type CanisterWsOpenResult = Result<(), String>;
The result of ws_open.
enum CanisterWsOpenResult { Ok(()), Err(String), }
Contains the success value
Contains the error value