CustomHostnameAnalysisResultResponseDetails

data class CustomHostnameAnalysisResultResponseDetails(val code: String, val message: String, val target: String)

Detailed errors.

Constructors

constructor(code: String, message: String, target: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Standardized string to programmatically identify the error.

Link copied to clipboard

Detailed error description and debugging information.

Link copied to clipboard

Detailed error description and debugging information.