Menu

ErrorCodes

Gary Cheng
package com.ezshop.common;

/**

 * The list of generic error codes
 *
 * @author Gary Cheng
 */
public interface ErrorCodes {
    String SYSTEM_ERROR_CODE = "0000";
}

MongoDB Logo MongoDB