Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milovidov983/operationresult
Wrapper for the returned data
https://github.com/milovidov983/operationresult
Last synced: 2 days ago
JSON representation
Wrapper for the returned data
- Host: GitHub
- URL: https://github.com/milovidov983/operationresult
- Owner: milovidov983
- License: apache-2.0
- Created: 2018-06-05T08:12:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T09:04:16.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T18:25:54.109Z (about 1 month ago)
- Language: C#
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OperationResult class
## Wrapper for the returned data### EN
The OperationResult class allows you to return either a data model or an error plus an error message depending on the conditions.### RU
Класс OperationResult позволяет в зависимости от условий, возвращать либо модель с данными, либо ошибку плюс сообщение об ошибке.