package exception const ( ErrorStatusSuccess = "2" ErrorStatusUser = "4" ErrorStatusServer = "5" ErrorStatusClient = "6" )