AlpacaErrors Enumeration
Error numbers for use by Alpaca applications and drivers in the range 0x400 to 0xFFF.
Namespace: ASCOM.Common.AlpacaAssembly: ASCOM.Common (in ASCOM.Common.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
Public Enumeration AlpacaErrors
The range 0x400 to 0x4FF is reserved for ASCOM Alpaca defined exceptions and the range 0x500 to 0xFFF is available for user defined application or driver errors
| AlpacaNoError | 0 |
A value of 0 indicates that the message does not have an error
|
| AlpacaErrorCodeBase | 1,024 |
Start of the Alpaca error code range 0x400 to 0xFFF
|
| NotImplemented | 1,024 |
Reserved error code (0x400) for property or method not implemented.
|
| InvalidValue | 1,025 |
Reserved error code (0x401) for reporting an invalid value.
|
| ValueNotSet | 1,026 |
Reserved error code (0x402) for reporting that a value has not been set.
|
| NotConnected | 1,031 |
Reserved error code (0x407) used to indicate that the communications channel is not connected.
|
| InvalidWhileParked | 1,032 |
Reserved error code (0x408) used to indicate that the attempted operation is invalid because the mount
is currently in a Parked state.
|
| InvalidWhileSlaved | 1,033 |
Reserved error code (0x409) used to indicate that the attempted operation is invalid because the mount
is currently in a Slaved state.
|
| InvalidOperationException | 1,035 |
Reserved error code (0x40B) to indicate that the requested operation can not be undertaken at this time.
|
| ActionNotImplementedException | 1,036 |
Reserved error code (0x40C) to indicate that the requested action is not implemented in this driver.
|
| OperationCancelledException | 1,038 |
Reserved error code (0x40E) to indicate that an in-progress asynchronous operation has been cancelled.
|
| UnspecifiedError | 1,279 |
Reserved 'catch-all' error code (0x4FF) used when nothing else was specified.
|
| DriverBase | 1,280 |
The starting value (0x500) for driver/application specific error numbers.
|
| AlpacaErrorCodeMax | 4,095 |
End of Alpaca error code range 0x400 to 0xFFF
|
| DriverMax | 4,095 |
The maximum value (0xFFF) for driver/application specific error numbers.
|
Supported in: 2.0