ErrorMessage Property

The error message returned by the server along with the ExitStatus .

Object Oriented Interface

public function getErrorMessage();

Procedural Interface

ipworksssh_sexec_get($res, 3 );

Default Value

''

Remarks

After executing a command through Execute or by setting Command, the server will send a notification containing the ExitStatus of the command. The server may also send a textual representation of that code, which will be stored in ErrorMessage.

This property is read-only.

Data Type

String

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 PHP Edition - Version 20.0 [Build 8501]