Normalizes application response classification at the persistence boundary.
@callback classify(term(), map()) :: {:store, term()} | {:reject, term()} | {:rollback, term()}
@spec classify(module(), term(), map()) :: {:store, term()} | {:reject, term()} | {:rollback, term()} | {:error, AshOnetime.Error.t()}