Raxol.Core.ErrorHandler (Raxol Core v2.4.0)

Copy Markdown View Source

Deprecated. Use Raxol.Core.ErrorHandling instead.

All functions have been consolidated into Raxol.Core.ErrorHandling. This module delegates to it for backwards compatibility.

Summary

Functions

error(type, message, context \\ %{})

This function is deprecated. Use Raxol.Core.ErrorHandling.error/3 instead.

See Raxol.Core.ErrorHandling.error/3.

execute_pipeline(steps)

This function is deprecated. Use Raxol.Core.ErrorHandling.execute_pipeline/1 instead.

See Raxol.Core.ErrorHandling.execute_pipeline/1.

execute_with_handling(operation, opts, fun)

This function is deprecated. Use Raxol.Core.ErrorHandling.execute_with_handling/3 instead.

See Raxol.Core.ErrorHandling.execute_with_handling/3.

handle_error(result, opts)

This function is deprecated. Use Raxol.Core.ErrorHandling.handle_error/2 instead.

See Raxol.Core.ErrorHandling.handle_error/2.

handle_genserver_error(error, state, module)

This function is deprecated. Use Raxol.Core.ErrorHandling.handle_genserver_error/3 instead.

See Raxol.Core.ErrorHandling.handle_genserver_error/3.

log_error(operation, error, context \\ %{}, severity \\ :error)

This function is deprecated. Use Raxol.Core.ErrorHandling.log_error/4 instead.

See Raxol.Core.ErrorHandling.log_error/4.

normalize_error(error)

This function is deprecated. Use Raxol.Core.ErrorHandling.normalize_error/1 instead.

See Raxol.Core.ErrorHandling.normalize_error/1.