Description:
|
madgeDownloadFailureCode OBJECT-TYPE
SYNTAX INTEGER {
no-error (1),
config-error (2),
busy (3),
timeout (4),
cancelled (5),
incompatible-file (6),
file-too-big (7),
protocol-error (8),
undefined-error (100),
file-not-found (101),
access-violation (102),
out-of-memory (103),
illegal-operation (104),
unknown-transfer-id (105),
file-already-exists (106),
no-such-user (107)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"While a download is in progress this will
always be 'no-error'. After a download is complete
this indicates the success or failure of the download.
If it is anything other than 'no-error' then
'madgedownloadStatusText' will contain a textual
description of the error. Error codes from 100
upwards are errors returned from a TFTP server.
Errors below this are locally generated."
|
|