Packages
The shared sans-io core of the gleam-atproto client packages: XRPC error vocabulary and response handling, plus the OAuth effect kernel.
Current section
Files
Jump to
Current section
Files
include/atproto_core@xrpc_BadStatus.hrl
-record(bad_status, {
status :: integer(),
error :: gleam@option:option(binary()),
message :: gleam@option:option(binary()),
body :: binary()
}).