toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
auth-kt
/
io.github.jan.supabase.auth.status
/
RefreshFailureCause
/
InternalServerError
Internal
Server
Error
data
class
InternalServerError
(
val
exception
:
RestException
)
:
RefreshFailureCause
(
source
)
The refresh failed due to an internal server error
Parameters
exception
The rest exception that caused the error
Members
Constructors
Internal
Server
Error
Link copied to clipboard
constructor
(
exception
:
RestException
)
Properties
exception
Link copied to clipboard
val
exception
:
RestException