azist / azos

A to Z Sky Operating System / Microservice Chassis Framework
MIT License
213 stars 29 forks source link

Equip `HttpCallExtensions.Call*` with error classification and handling aspects via `Endpoint.NotifyError` #850

Open itadapter opened 1 year ago

itadapter commented 1 year ago

Make logging optional too. Add ability to handle any kind of payload response, even if one did not come.

Needs refactoring of Endpoint.NotifyError

itadapter commented 1 year ago

Related #849