gleatter
Types
Errors that can occur in Gleatter code
pub type GleatterError {
RouteError(msg: String)
JsonDecodeError(err: json.DecodeError)
}
Constructors
-
RouteError(msg: String)
-
JsonDecodeError(err: json.DecodeError)