NotFoundRestException

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

Thrown when supabase-kt receives a response indicating that the wanted resource was not found

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