Till 6b47cf0f6a
Remove PerformError (#3066)
This removes `PerformError`, which was needed when we still had
polylith.

This removes quite a bunch of
```go
if err != nil {
	return err
}
if err := res.Error; err != nil {
	return err.JSONResponse()
}
```

Hopefully can be read commit by commit. [skip ci]
2023-04-28 17:46:01 +02:00
..
2022-10-11 12:27:21 +01:00
2023-04-28 17:46:01 +02:00
2023-04-19 15:50:33 +01:00
2022-12-23 14:11:11 +01:00
2023-04-24 11:50:37 +01:00
2023-04-28 17:46:01 +02:00
2023-03-31 10:15:01 +02:00
2023-03-31 10:15:01 +02:00
2023-04-28 17:46:01 +02:00
2023-04-28 17:46:01 +02:00
2023-02-20 14:58:03 +01:00
2023-02-14 12:47:47 +01:00
2022-12-23 14:11:11 +01:00
2023-04-28 17:46:01 +02:00
2022-12-23 14:11:11 +01:00
2023-04-28 17:46:01 +02:00
2023-04-19 15:50:33 +01:00
2023-04-27 12:54:20 +01:00
2023-04-14 12:35:27 +01:00
2023-04-19 15:50:33 +01:00
2023-04-27 12:54:20 +01:00
2023-04-19 15:50:33 +01:00
2023-04-28 17:46:01 +02:00
2023-04-27 16:35:19 +01:00
2023-04-28 16:00:22 +01:00
2023-04-28 17:46:01 +02:00
2022-08-05 11:12:41 +02:00