Using Rust, I am trying to create an error code enum.
pub enum ErrorCode { InvalidUsername, InvalidPassword,