BadRequestRestException

class BadRequestRestException(error: String, response: HttpResponse, message: String? = null) : RestException

Thrown when supabase-kt receives a response indicating that the request was invalid due to missing or wrong fields

Constructors

Link copied to clipboard
constructor(error: String, response: HttpResponse, message: String? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
expect open val message: String?
Link copied to clipboard
val response: HttpResponse
Link copied to clipboard

The status code of the response