hpcflow.sdk.core.errors.UnsupportedActionDataFormat#

exception hpcflow.sdk.core.errors.UnsupportedActionDataFormat(type, data, kind, name, formats)#

That format of script or program data is not supported.

Parameters:
  • type (Literal['script', 'program'])

  • data (ActionData)

  • kind (Literal['input', 'output'])

  • name (str)

  • formats (tuple[str, ...])

Return type:

None