Skip to content

Log out discrepancy in supplied facades #28

@hatched

Description

@hatched

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.")
  }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions