InvokeResponse
constructor(kind: String = "invoke-response", protocolVersion: Int = PLUGIN_JVM_PROTOCOL_VERSION, pluginId: String, generation: Long, timestamp: Long, messageId: String, correlationId: String, requestId: String, status: Int, headers: Map<String, List<String>> = emptyMap(), bodyJson: String? = null, errorMessage: String? = null)(source)