View Source argo_error_value (argo v1.0.3)
Summary
Types
-type t() :: #argo_error_value{}.
Functions
-spec new(Message, none | {some, Location}, none | {some, Path}, none | {some, Extensions}) -> ErrorValue when Message :: argo_desc_value:desc_string(), Location :: [argo_location_value:t()], Path :: argo_path_value:t(), Extensions :: argo_extensions_value:t(), ErrorValue :: t().
-spec present_fields_count(ErrorValue) -> non_neg_integer() when ErrorValue :: t().