ProfileParsingWarning

class core.zowe.core_for_zowe_sdk.custom_warnings.ProfileParsingWarning(message: str)

A warning that is raised when there is an error while parsing a user profile.

Parameters:

message (str) – A human-readable string describing the warning.

__str__() str

Return a string representation of the warning message.

Returns:

a string representation of the warning message

Return type:

str