ServiceResult icon indicating copy to clipboard operation
ServiceResult copied to clipboard

New Result<T> types added

Open quicoli opened this issue 1 year ago • 1 comments

This PR introduces the following new Result<T>:

  • Conflict,
  • Created,
  • Forbid,
  • UnprocessableEntity.

The other changes are only code cleanup actions (removing unused references and code formatting).

quicoli avatar Aug 24 '22 21:08 quicoli