6 lines
82 B
Rust

#[derive(Debug)]
pub struct Error {
pub code: i64,
pub msg: Option<String>,
}