Good day! Hello I found out that the details is a ...
# supabase-kt
u
Good day! Hello I found out that the details is a JsonElement. I think it should be a string if I'm not mistaken public final class PostgrestRestException public constructor(message: kotlin.String, hint: kotlin.String?, details: kotlinx.serialization.json.JsonElement?, code: kotlin.String?, response: io.ktor.client.statement.HttpResponse) : io.github.jan.supabase.exceptions.RestException { public final val hint: kotlin.String? /* compiled code */ public final val details: kotlinx.serialization.json.JsonElement? /* compiled code */ public final val code: kotlin.String? /* compiled code */ }