hpcflow.sdk.config.errors.ConfigChangeInvalidJSONError#

exception hpcflow.sdk.config.errors.ConfigChangeInvalidJSONError(name, json_str, err, message='')#

Raised when attempting to set a config key using an invalid JSON string.

Parameters:
  • name (str) –

  • json_str (str) –

  • err (Any) –

  • message (str) –