interface AcquisitionOperationDisallowReason {
    message?: string;
    type?: string;
}

Properties

Properties

message?: string

User-friendly message clarifying the reason for disallowance

type?: string

Type of reason for disallowance - AlreadyInstalled, UnresolvedDemand, etc.