Rest Exception
open class RestException(val error: String, val description: String?, val response: HttpResponse) : Exception
Base class for all response-related exceptions
Plugins may extend this class to provide more specific exceptions
Parameters
error
The error returned by Supabase
description
The error description returned by Supabase
response
The response that caused the exception