ProfileNotFound

class core.zowe.core_for_zowe_sdk.exceptions.ProfileNotFound(profile_name: str = 'unknown', error_msg: str = 'error')

Class used to represent a profile load failure exception.

Parameters:
  • profile_name (str) – The name of the profile it failed to load

  • error_msg (str) – The error message received while trying to load the profile