package com.vincent.rsf.httpaudit.common; public interface BaseRes { String OK = "200-Success"; String EMPTY = "201-Empty Data"; String LIMIT = "202-No Authority"; String PARAM = "203-Parameters Cannot Be Empty"; String DENIED = "403-Please Re-Login"; String REPEAT = "407-Already Exist"; String NO_ACTIVATION = "409-Please Activate The System First"; String ERROR = "500-Internal Server Error"; }