enum Extron::SIS::Error
Overview
Device error numbers
Defined in:
extron/sis.crEnum Members
-
InvalidInput =
1
-
InvalidCommand =
10
-
InvalidPresent =
11
-
InvalidOutput =
12
-
InvalidParameter =
13
-
InvalidForConfig =
14
-
Timeout =
17
-
Busy =
22
-
PrivilegesViolation =
24
-
DeviceNotPresent =
25
-
MaxConnectionsExceeded =
26
-
InvalidEventNumber =
27
-
FileNotFound =
28
Instance Method Summary
- #busy?
- #device_not_present?
- #file_not_found?
- #invalid_command?
- #invalid_event_number?
- #invalid_for_config?
- #invalid_input?
- #invalid_output?
- #invalid_parameter?
- #invalid_present?
- #max_connections_exceeded?
- #privileges_violation?
- #retryable?
- #timeout?