toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
auth-kt
/
io.github.jan.supabase.auth.status
/
RefreshFailureCause
/
NetworkError
Network
Error
data
class
NetworkError
(
val
exception
:
Throwable
)
:
RefreshFailureCause
(
source
)
The refresh failed due to a network error
Parameters
exception
The exception that caused the error
Members
Constructors
Network
Error
Link copied to clipboard
constructor
(
exception
:
Throwable
)
Properties
exception
Link copied to clipboard
val
exception
:
Throwable