View Source PasswordValidator.Utils (Password Validator v0.5.1)

Summary

Functions

@spec collect_errors(ok: any(), error: any()) :: {:ok, list()} | {:error, list()}
@spec ok_or_errors([:ok | {:error, any()}]) :: :ok | {:error, list()}