InvalidSecretConfigError#

exception phalanx.exceptions.InvalidSecretConfigError(application, key, error)#

Bases: Exception

Secret configuration is invalid.

Parameters:
  • application (str) – Name of the application.

  • key (str) – Secret key.

  • error (str) – Error message.