MalformedOnepasswordSecretError# exception phalanx.exceptions.MalformedOnepasswordSecretError(application, key, error)# Bases: Exception A secret stored in 1Password was malformed. The most common cause of this error is that the secret was marked as encoded in base64 but couldn’t be decoded. Parameters: application (str) – Name of the application. key (str) – Secret key. error (str) – Error message.