All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.github.jan.supabase.exceptions.HttpRequestException.kt Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
package io.github.jan.supabase.exceptions

import io.ktor.client.request.HttpRequestBuilder

/**
 * An exception that is thrown when a request fails due to network issues
 */
class HttpRequestException(message: String, request: HttpRequestBuilder): Exception("HTTP request to ${request.url.buildString()} (${request.method.value}) failed with message: $message")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy