PostgrestRestException
class PostgrestRestException(message: String, val hint: String?, val details: String?, 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