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