NetBurner 3.5.0
PDF Version
 
SSH Error Codes

Macros

#define SSH_SUCCESS   (0)
 The function completed successfully.
 
#define SSH_ERROR_FAILED_SESSION_FAILED   (-300)
 Not currently used, kept for backward compatibility.
 
#define SSH_ERROR_FAILED_NEGOTIATION   (-301)
 The connection failed the SSH negotiation.
 
#define SSH_ERROR_FAILED_INITIALIZATION   (-302)
 The SSH system failed to initialize.
 
#define SSH_ERROR_FAILED_CONTEXT_INIT   (-303)
 Unable to instantiate SSH client/server context.
 
#define SSH_ERROR_BAD_KEY   (-304)
 The key provided was invalid.
 
#define SSH_ERROR_BAD_ARGUMENT   (-305)
 A bad argument was provided to the function.
 
#define SSH_FAILED_KEY_CHECK   (-306)
 There were no keys designated to use for the SSH library, .
 

Detailed Description

Error codes that can be returned by the NetBurner SSH functions.