Files
mostlymatter/server/channels/store/sqlstore
Agniva De Sarker 848bac2bae MM-53739: replace store.NewErrNotFound with errors.Wrap in category queries (#30712)
It was a mistake to return ANY error as NewErrNotFound. Because this
can be a DB timeout, or any other network error.

Returning NewErrNotFound would categorize it as 404, eventually printing
the error in the DEBUG level. Changing it to normal error fixes this.

https://mattermost.atlassian.net/browse/MM-63739

```release-note
NONE
```
2025-04-14 21:11:59 +05:30
..
2023-03-22 17:22:27 -04:00
2023-11-06 12:26:17 +01:00
2025-03-31 15:49:55 -04:00
2025-03-17 14:22:07 +01:00