package uk.gov.dhsc.htbhf.claimant.message; /** * Enum representing the states that a message can be in. */ public enum MessageStatus { NEW, COMPLETED, ERROR, FAILED }