TypedErrorInfoResponse

data class TypedErrorInfoResponse(val info: Any, val type: String)

Scenario specific error details.

Constructors

Link copied to clipboard
constructor(info: Any, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val info: Any

The scenario specific error details.

Link copied to clipboard

The type of included error details.