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

com.ancientlightstudios.quarkus.kotlin.openapi.IsError.kt Maven / Gradle / Ivy

package com.ancientlightstudios.quarkus.kotlin.openapi

interface IsError {
    val errorMessage: String
}

interface IsTimeoutError : IsError
interface IsUnreachableError : IsError

interface IsConnectionResetError : IsError

interface IsUnknownError : IsError {
    val cause: Exception
}

interface IsResponseError : IsError




© 2015 - 2024 Weber Informatics LLC | Privacy Policy