From 9d0a2bc3ce73971d1f9b9fc6b56c07cc9e80a7e9 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sun, 25 Jun 2023 17:11:59 +0200 Subject: [PATCH] Client - 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 --- source/birchwood/client/exceptions.d | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/birchwood/client/exceptions.d b/source/birchwood/client/exceptions.d index 7258c38..5564f3d 100644 --- a/source/birchwood/client/exceptions.d +++ b/source/birchwood/client/exceptions.d @@ -15,6 +15,13 @@ import std.conv : to; */ 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 * is invalid, such as incorrect hostname,