> For the complete documentation index, see [llms.txt](https://www.pinvoke.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pinvoke.dev/services/service_error.md).

# SERVICE\_ERROR

```csharp
public enum SERVICE_ERROR : uint
{
    SERVICE_ERROR_CRITICAL = 3U,
    SERVICE_ERROR_IGNORE = 0U,
    SERVICE_ERROR_NORMAL = 1U,
    SERVICE_ERROR_SEVERE = 2U,
}
```
