Normalizes the return value of a user-supplied handler callback
(webhook handlers, sync page handlers) into a consistent
:ok | {:error, term()} shape.
Both PlaidEx.Sync.TransactionSync and PlaidEx.Webhooks.Dispatcher
invoke user callbacks and need to interpret the result the same way —
this was previously duplicated identically in both.