Returns the error code shown to the front end.
(&self)
| 50 | |
| 51 | /// Returns the error code shown to the front end. |
| 52 | pub fn get_err_code(&self) -> u32 { |
| 53 | self.err_code |
| 54 | } |
| 55 | |
| 56 | /// Returns the error message shown to the front end. |
| 57 | pub fn get_err_msg(&self) -> &str { |
no outgoing calls
no test coverage detected