ServiceConnectionPolicyPscConnectionErrorInfo

data class ServiceConnectionPolicyPscConnectionErrorInfo(val domain: String? = null, val metadata: Map<String, String>? = null, val reason: String? = null)

Constructors

constructor(domain: String? = null, metadata: Map<String, String>? = null, reason: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domain: String? = null

The logical grouping to which the "reason" belongs.

Link copied to clipboard
val metadata: Map<String, String>? = null

Additional structured details about this error.

Link copied to clipboard
val reason: String? = null

The reason of the error.