Skip to content

Commit a7a760d

Browse files
committed
SSH/Diagnosis: clarify getErrors() / getLastError()
1 parent c84d398 commit a7a760d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/diagnosis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Calling `isConnected()` prior to any of these methods will return `bool(false)`.
5858

5959
## getErrors(), getLastError()
6060

61-
`getErrors()` returns an array of all errors or messages that have been reported by the server. `getLastError()` returns the most recent of these errors / messages.
61+
`getErrors()` returns an array of all errors or messages that have been reported by the server at the SSH layer. `getLastError()` returns the most recent of these errors / messages.
6262

6363
`getSFTPErrors()` and `getSFTPLastError()` work similarily for the SFTP layer.
6464

0 commit comments

Comments
 (0)