Policy failure information.

interface TfvcPolicyFailureInfo {
    message?: string;
    policyName?: string;
}

Properties

message?: string

Policy failure message.

policyName?: string

Name of the policy that failed.