-module(gleastsq@errors). -compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]). -export_type([fit_errors/0]). -type fit_errors() :: non_converged | {wrong_parameters, binary()} | jacobian_task_error.