SSH SshWebResponse object

Contains the response information for arbitrary action:

SSH WebResponse object

Field

Type

Description

ErrorCode (Optional)

integer

Omitted if Success is true. The code that describes the error if any. For more information, see SSH web error codes.

ErrorMessage (Optional)

string

Omitted if Success is true. The corresponding error message if any. For more information, see SSH web error codes.

Success

Boolean

true: The operation succeeded.

false: The operation failed.