package com.izouma.nineth.config; public class ErrorCode { public static final int SOLD_OUT = 1001; public static final int OFF_SHELF = 1002; }