PostgrestRestException
class PostgrestRestException( message: String, val hint: String?, val details: JsonElement?, val code: String?, response: HttpResponse) : RestException(source)
Exception thrown when a Postgrest request fails
Parameters
message
The error message
hint
A hint to the error
details
Additional details about the error
code
The error code
response
The response that caused the exception