1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 13:43:19 +02:00
- Documented that `initEvents()` may throw an `EventyException`

ErrorType

- Added new member `INTERNAL_FAILURE` which could occur from errors with `Eventy` when setting up the signal handlers and event types
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-25 17:11:59 +02:00
parent 5488e7902c
commit 9d0a2bc3ce

View File

@ -15,6 +15,13 @@ import std.conv : to;
*/ */
public enum ErrorType public enum ErrorType
{ {
/**
* This could occur from errors with `Eventy`
* when setting up the signal handlers and
* event types
*/
INTERNAL_FAILURE,
/** /**
* If the provided connection information * If the provided connection information
* is invalid, such as incorrect hostname, * is invalid, such as incorrect hostname,