An Elixir toolkit for the AT Protocol. hexdocs.pm/atex
elixir bluesky atproto decentralization
25
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(oauth): correct typo in OAuth.Error moduledoc

+1 -1
+1 -1
lib/atex/oauth/error.ex
··· 4 4 Plug, you should set up a `Plug.ErrorHandler` to gracefully catch these and 5 5 give messages to the end user. 6 6 7 - This extesion has two fields: a human-readable `message` string, and an atom 7 + This exception has two fields: a human-readable `message` string, and an atom 8 8 `reason` for each specific error. 9 9 10 10 ## Reasons