SecretStore result codes
The following table contains the possible result codes for Secret Store:
Result Code |
SecretStore result |
Description |
---|---|---|
0 |
Success |
The call was successful. |
1 |
InvalidCallingAssembly |
The calling assembly is not signed by Venafi. |
2 |
CreateDatabaseError |
There was an error creating the database. |
3 |
UseDatabaseError |
There was an error attempting use the database. |
4 |
CreateTableError |
There was an error creating the database table(s). |
5 |
CreateIndexError |
There was an error creating the database table index(s). |
6 |
ConnectionError |
There was an error connecting to the database. |
7 |
TransactionError |
There as an error beginning a database transaction. |
8 |
InvalidVaultID |
The specified VaultID is invalid. |
9 |
InvalidParams |
Indicates one or more invalid parameters were passed to the function. |
10 |
InsufficientPermissions |
The permissions passed in were insufficient to complete the requested action. |
11 |
CryptoFailure |
The Crypto method(s) failed and the data cannot be inserted nor retrieved. |
12 |
DeleteSecretFailed |
The deletion of a secret failed. |
13 |
AddSecretFailed |
The adding of a secret failed. |
14 |
RetrieveSecretFailed |
The retrieval of a secret failed. For example, a Credential object protects the secret. |
15 |
RetrieveSecretTypeFailed |
The retrieval of the secret type failed. |
16 |
GetNextVaultIDFailed |
There was an error getting the next available VaultID. |
17 |
DisassociateFailed |
The disassociation of data failed. |
18 |
OwnerLookupFailed |
The OwnerLookup failed. |
19 |
AssociateDataFailed |
The association of data failed. |
20 |
LookupFailed |
The Lookup failed. |
21 |
InvalidKey |
Indicates that an invalid encryption key name was provided. |
22 |
QueryError |
Indicates an error occurred querying the repository. |
23 |
SecurityGroupNotImplemented |
Indicates that support for the associated security group has not been implemented. |
24 |
RemoteError |
A remote request failed; see Error property for details |
25 |
VaultIdAlreadyExists |
An existing store entry already exists |
26 |
OutOfMemory |
An operation could not be performed, at this time, due to resource constraints. |
27 |
AssociationAlreadyExists |
Indicates the association of data failed due to the fact that an existing matching association already exists. |
28 |
VaultIdExceedsIntegerCapacity |
The operation succeeded but generated a vault ID that exceeds the 32-bit signed integer value. |
29 |
AssociationLookupFailed |
The operation to retrieve data about a vault entry failed. |
30 |
AddRevocationStateFailed, |
The operation to set the revocation state on a certificate failed. |
31 |
CertificateMigrationStateNotFound |
The certificate migration state was not found in the database. |
32 |
TodoManagerError |
An error occurred related to a Todo manager operation. |