Typedef eh_action_e

typedef enum logic [0:0] {
        CONTINUE,
        ABORT
    } eh_action_e;

Error Handling Action