AdditionalErrorInfoResponse

data class AdditionalErrorInfoResponse(val info: Any? = null, val type: String? = null)

This class represents additional info which Resource Providers pass when an error occurs.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val info: Any? = null

Additional information of the type of error.

Link copied to clipboard
val type: String? = null

Type of error (e.g. CustomerIntervention, PolicyViolation, SecurityViolation).