package errorcode const ( OK = "OK" OPERATION_FAILED = "OPERATION_FAILED" )