public enum Status { OK, ERROR, ERROR_PARAM, ERROR_FILE, ERROR_MEM, }
OK,
ERROR,
ERROR_PARAM,
ERROR_FILE,
ERROR_MEM,
Created by Valadoc