Package version:

Interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem

Detailed errors.

interface CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem {
    code?: string;
    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.

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.