Discovery result codes
Here is a list of Discovery result codes that can occur during Network Discovery. DELETE Discovery/{guid} returns just the Discovery result and a message:
Code |
Discovery Result |
Message |
---|---|---|
0 |
None |
None |
1 |
Success |
Operation completed successfully |
2 |
InvalidArgument |
An invalid method argument was passed to a method. |
3 |
InvalidArgumentRange |
An argument value is not within the range accepted by a method. |
4 |
MismatchedArguments |
One or more method argument counts do not match. |
5 |
NotImplemented |
The method has not been implemented. |
6 |
InvalidDestinationList |
A method output argument list is invalid. |
7 |
InsufficientPrivileges |
The method call has insufficient permissions to perform an operation. |
8 |
UnexpectedAssemblyError |
An unexpected error occurred within a called assembly |
99 |
ConfigAssemblyError |
An unexpected error occurred from a Config method. |
100 |
InvalidDiscoveryDefinition |
An invalid Discovery object. |
102 |
PendingPreviousRun |
This request is waiting for a currently running Network Discovery job to complete. |
500 |
DriverMissingDSN |
No database connection information was found for a storage driver. |
501 |
DriverMissingDatabaseName |
The database connection information does not define the storage driver's database name. |
502 |
DriverDatabaseError |
An error occurred between the storage driver and its database. |
503 |
DriverTransactionError |
A transaction error occurred during a write operation within a storage driver. |
504 |
DriverTransactionCollision |
An existing write operation between the storage driver and a database is already in progress. |
505 |
DriverGenerationUpdateError |
An attempt to update the storage drivers schema generational qualifier failed. |
506 |
DriverConnectionError |
An established connection failed during an operation and was unable to re-connect. |
507 |
DriverUnexpectedQueryResult |
A database query executed without error but returned an unexpected/unknown result. |
600 |
RemoveVaultEntryError |
The act of removing a VaultEntry failed. |