|
|
Description:
|
scaleCause OBJECT-TYPE
SYNTAX INTEGER {
other (1), -- other than stated below.
start (2), -- in execution.
succeed (3), -- normal end. Default.
nearend (4), -- normal end.
-- the number of write counts
-- approaches to the limit.
timeOut (5), -- connection time out.
fileNotFound (6), -- file not found.
accessViolate (7), -- memory access error.
checksumError (8), -- crc check error.
noData (9),
-- notSupported.
sbyAccessError(10) -- SBY system access error.
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The result of execution."
|
|
|
|