Packages
stytch_codecs
1.0.0-rc1
Shared types for use with the Stytch Authentication API. Magic Link and Passcode auth supported. For use with stytch_client package.
Current section
Files
Jump to
Current section
Files
include/stytch_codecs_StytchClientError.hrl
-record(stytch_client_error, {
status_code :: integer(),
request_id :: binary(),
error_type :: binary(),
error_message :: binary(),
error_url :: binary()
}).