parent
1b2df75453
commit
9c15e4c887
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use std::{fmt, str::FromStr};
|
|||
pub enum Error {
|
||||
#[error("Failed to parse \"{0}\" as a length value")]
|
||||
NumParseFailed(String),
|
||||
#[error("Inalid unit \"{0}\", must be either % or px")]
|
||||
#[error("Invalid unit \"{0}\", must be either % or px")]
|
||||
InvalidUnit(String),
|
||||
#[error("Invalid format. Coordinates must be formated like 200x100")]
|
||||
MalformedCoords,
|
||||
|
|
Loading…
Add table
Reference in a new issue