Package version:

Interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo

Raw failure information if DNS verification fails.

interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfo {
    code?: string;
    details?: CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem[];
    message?: string;
    target?: string;
}

Properties

code?: string

Standardized string to programmatically identify the error. NOTE: This property will not be serialized. It can only be populated by the server.

Details or the error

message?: string

Detailed error description and debugging information. NOTE: This property will not be serialized. It can only be populated by the server.

target?: string

Detailed error description and debugging information. NOTE: This property will not be serialized. It can only be populated by the server.