Gateway Response Error
class GatewayResponseError(message: String = "Invalid response from Gateway", statusCode: Int = 502, val response: JsonElement? = null, generationId: String? = null, cause: Throwable? = null) : GatewayError(source)
Since
0.3.0-beta01
Constructors
Link copied to clipboard
constructor(message: String = "Invalid response from Gateway", statusCode: Int = 502, response: JsonElement? = null, generationId: String? = null, cause: Throwable? = null)