pointonsoftware / pscore

C++ library for building your business software
GNU Affero General Public License v3.0
1 stars 2 forks source link

Replace all domain specific status with API_STATUS #234

Open gbenziv opened 3 years ago

gbenziv commented 3 years ago

Currently, each of the core domains has its own STATUS types, however, these statuses are identical across all domains and should be declared in one place.

This Feature Request is to replace all those STATUS types with the common API_STATUS.