export enum ERROR_CODE { ERROR_404 = 404, ERROR_500 = 500, } export enum ERROR_MSG { NOT_FOUND_ACCOUNT = 'not found account. please search account again.', DONT_INSTANTIATION = 'Error: Instantiation failed: Use getInstance() instead of new.', }