hpcflow.sdk.config.errors.ConfigChangePopIndexError#

exception hpcflow.sdk.config.errors.ConfigChangePopIndexError(name, length, index, message='')#

Raised when trying to pop an item from a config item with an invalid index.

Parameters:
  • name (str) –

  • length (int) –

  • index (int) –

  • message (str) –