use core::scalar @description("Throw an error with the specified message. Stops the execution of the program.") fn error(message: String) -> T