To get a string description of the enum value, I can usually just print it out as shown in this answer.
enum CustomEnum { case normal case special } l