ManagedIntegrationRuntimeErrorResponse

data class ManagedIntegrationRuntimeErrorResponse(val code: String, val message: String, val parameters: List<String>, val time: String)

Error definition for managed integration runtime.

Constructors

Link copied to clipboard
constructor(code: String, message: String, parameters: List<String>, time: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Error code.

Link copied to clipboard

Error message.

Link copied to clipboard

Managed integration runtime error parameters.

Link copied to clipboard

The time when the error occurred.