typelevel/cats

Add a documentation page on error handling

开放

#3,523 创建于 2020年7月16日

 (8 条评论) (3 个反应) (0 位负责人)Scala (1,241 个派生)batch import
documentationhelp wanted

仓库指标

星标
 (5,438 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

There's some major gaps around error handling in the official docs, especially painful because the whole ecosystem relies on them - library users are often instructed to use MonadError/ApplicativeError error handling code, but it's not present in the documentation

  • Add a page on ApplicativeError/MonadError (one page, likely)
    • Either on that page or on its own page, provide a "cookbook" of common error handling examples

This is mentioned in #1801, but I thought it was worth calling out as its own issue

贡献者指南