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

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

The newest version!
package com.ancientlightstudios.quarkus.kotlin.openapi

@Suppress("unused")
enum class RequestErrorReason(val message: String) {
    Timeout("A timeout occurred when communicating with the server."),
    Unreachable("The server could not be reached."),
    ConnectionReset("The connection was reset while communicating with the server."),
    Unknown("An unknown error occurred when communicating with the server.")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy