//Custom error type pub type FireballError { //A generic error - will be expanded upon later FireballError(err: String) }