When creating a new instance and passing in facades it's possible that the Juju controller you're connecting to does not support that facade. In this case we should log out that specific versions of the facades supplied are not supported.
Psudo code...
If debug === true {
if facadeMissmatch {
console.log('facade Application versions 7,9 supplied, versions 2,3,4,5,6 supported.")
}
}
When creating a new instance and passing in facades it's possible that the Juju controller you're connecting to does not support that facade. In this case we should log out that specific versions of the facades supplied are not supported.
Psudo code...