Current section
Files
Jump to
Current section
Files
src/gelman@error.erl
-module(gelman@error).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]).
-define(FILEPATH, "src/gelman/error.gleam").
-export_type([stats_error/0]).
-type stats_error() :: empty_dataset |
negative_or_zero_value |
negative_value |
{invalid_parameter, binary()}.