Enum RazerError
Razer-SDK: Error codes for Chroma SDK. If the error is not defined here, refer to WinError.h from the Windows SDK.
Namespace: RGB.NET.Devices.Razer
Assembly: RGB.NET.Devices.Razer.dll
Syntax
public enum RazerError
Fields
| Name | Description |
|---|---|
| AccessDenied | Razer-SDK: Access denied. |
| AlreadyInitialized | Razer-SDK: An attempt was made to perform an initialization operation when initialization has already been completed. |
| DeviceNotAvailable | Razer-SDK: Device not available or supported. |
| DeviceNotConnected | Razer-SDK: Device not connected. |
| Failed | Razer-SDK: General failure. |
| Invalid | Razer-SDK: Invalid. |
| InvalidHandle | Razer-SDK: Invalid handle. |
| InvalidParameter | Razer-SDK: Invalid parameter. |
| NoMoreItems | Razer-SDK: No more items. |
| NotFound | Razer-SDK: Element not found. |
| NotSupported | Razer-SDK: Not supported. |
| NotValidState | Razer-SDK: The group or resource is not in the correct state to perform the requested operation. |
| RequestAborted | Razer-SDK: Request aborted. |
| ResourceDisabled | Razer-SDK: Resource not available or disabled. |
| ServiceNotActive | Razer-SDK: The service has not been started. |
| SingleInstanceApp | Razer-SDK: Cannot start more than one instance of the specified program. |
| Success | Razer-SDK: Success. |