ConfigOperationStateType

  • Base type Enumeration

The status of the specified operation. opInProgress : Specified operation is active. opOperationSuccess : Specified operation is supported and completed successfully. opInvalidOperation : Command invalid or command/protocol/device combination unsupported. opInvalidProtocol : Invalid protocol specified. opInvalidSourceName : Invalid source file name specified. opInvalidDestName : Invalid target name specified. opInvalidServerAddress : Invalid server address specified. opDeviceBusy : Specified device is in use and locked by another process. opDeviceOpenError : Invalid device name. opDeviceError : Device read, write or erase error. opDeviceNotProgrammable : Device is read-only but a write or erase operation was specified. opDeviceFull : Device is filled to capacity. opFileOpenError : Invalid file name; file not found in partition. opFileTransferError : File transfer was unsuccessful; network failure. opFileChecksumError : File checksum in Flash failed. opNoMemory : System running low on memory. opAuthFail: Invalid user name or password. opTimeOut : File transfer was timeout. opUnknownFailure : Failure unknown. opInvalidConfigFile: Invalid configration file. opSlaveFull : Operation is fail for the slave don't have enough space. opCopyToSlaveFailure : Operation is fail when copy file to the slave.

Possible values

22 objects
Number Name
1 opInProgress
2 opSuccess
3 opInvalidOperation
4 opInvalidProtocol
5 opInvalidSourceName
6 opInvalidDestName
7 opInvalidServerAddress
8 opDeviceBusy
9 opDeviceOpenError
10 opDeviceError
11 opDeviceNotProgrammable
12 opDeviceFull
13 opFileOpenError
14 opFileTransferError
15 opFileChecksumError
16 opNoMemory
17 opAuthFail
18 opTimeOut
19 opUnknownFailure
20 opInvalidConfigFile
21 opSlaveFull
22 opCopyToSlaveFailure