hpcflow.sdk.core.errors.SecretNotFoundError#

exception hpcflow.sdk.core.errors.SecretNotFoundError(app, key, available, is_delete)#

Raised when the requested secret is not set.

Parameters:
  • key (str)

  • available (Sequence[str])

  • is_delete (bool)