Enumeration

PurpleCredentialManagerError

unstable since: 3.0

Declaration

enum Purple.CredentialManagerError

Description [src]

Error codes for the credential manager.

Available since: 3.0

Members

PURPLE_CREDENTIAL_MANAGER_ERROR_NO_ACTIVE_PROVIDER

There is no active provider.

  • Value: 0
  • Available since: 3.0
PURPLE_CREDENTIAL_MANAGER_ERROR_PROVIDER_IN_USE

The given provider is currently in use.

  • Value: 1
  • Available since: 3.0
PURPLE_CREDENTIAL_MANAGER_ERROR_KNOWN_PROVIDER

The given provider is already known to the manager.

  • Value: 2
  • Available since: 3.0
PURPLE_CREDENTIAL_MANAGER_ERROR_UNKNOWN_PROVIDER

The given provider is unknown to the manager.

  • Value: 3
  • Available since: 3.0
PURPLE_CREDENTIAL_MANAGER_ERROR_ACCOUNT_NOT_MARKED_TO_REMEMBER

The given account is not set to remember passwords.

  • Value: 4
  • Available since: 3.0