ComExceptionComExceptionKind Enumeration
Event kinds
Namespace: OddPrg.CommunicationAssembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
public enum ComExceptionKind
Unknown | 0 |
The cause uf the exception is not known.
|
TimeoutWithoutData | 1 |
No data has been received, timeout occured.
|
TimeoutWithData | 2 |
Some data has been received, but timeout occured.
|
CanNotOpenChannel | 3 |
Unable to open the channel. The reason is unknown.
|
CanNotCloseChannel | 5 |
Unable to close the channel.
|
InternalError | 6 |
Internal error occured in a communicator, e.g. parsing data.
|
NoFileFound | 7 |
Error indicating that no file was found in a file storage directory. Applies only for FileCommunicator.
|
MaxConnectionAttemptsReached | 8 |
Unable to open the channel because maximal connection number of conneciton attempts was reached.
|
ChannelIsNotAccesible | 9 |
Unable to open the channel because it is not accessible e.g. according to the access schedule.
|
AuthenticationFailure | 10 |
Invalid password while authenticating to the channel.
|
ErrorChangingSerialParams | 11 |
Error while changing serial parameters.
|
Forbidden | 12 |
Channel does not accept the request. Applies to http communicators.
|
NotFound | 13 |
Requested resource not found. Applies to http communicators.
|
BadRequest | 14 |
Request to channel is invalid. Applies to http communicators.
|
TemporaryServerError | 15 |
Server error that can be repaired in the future
|
PermanentServerError | 16 |
Server error that is permanent.
|