toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
compose-auth
/
io.github.jan.supabase.compose.auth.composable
/
NativeSignInResult
/
Error
Error
data
class
Error
(
val
message
:
String
,
val
exception
:
Exception
?
=
null
)
:
NativeSignInResult
(
source
)
Error occurred
Members
Constructors
Error
Link copied to clipboard
constructor
(
message
:
String
,
exception
:
Exception
?
=
null
)
Properties
exception
Link copied to clipboard
val
exception
:
Exception
?
=
null
The exception that caused the error
message
Link copied to clipboard
val
message
:
String
The error message