supabase-kt
Toggle table of contents
3.2.6
common
Target filter
common
Switch theme
Search in API
Skip to content
supabase-kt
supabase-kt
/
io.github.jan.supabase.exceptions
/
UnknownRestException
Unknown
Rest
Exception
class
UnknownRestException
(
error
:
String
,
response
:
HttpResponse
,
message
:
String
?
=
null
)
:
RestException
Thrown for all other response codes
Members
Constructors
Unknown
Rest
Exception
Link copied to clipboard
constructor
(
error
:
String
,
response
:
HttpResponse
,
message
:
String
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
description
Link copied to clipboard
val
description
:
String
?
error
Link copied to clipboard
val
error
:
String
message
Link copied to clipboard
expect
open
val
message
:
String
?
response
Link copied to clipboard
val
response
:
HttpResponse
status
Code
Link copied to clipboard
val
statusCode
:
Int
The status code of the response