[geary/mjog/email-templates: 47/72] Plugin.Error: Add NOT_SUPPORTED type
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/mjog/email-templates: 47/72] Plugin.Error: Add NOT_SUPPORTED type
- Date: Mon, 20 Apr 2020 13:54:07 +0000 (UTC)
commit 9345323c846f2d577a785dbd881af7aa8993dbb9
Author: Michael Gratton <mike vee net>
Date: Mon Apr 6 14:06:06 2020 +1000
Plugin.Error: Add NOT_SUPPORTED type
src/client/plugin/plugin-error.vala | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/src/client/plugin/plugin-error.vala b/src/client/plugin/plugin-error.vala
index 67fae4b9..908acdeb 100644
--- a/src/client/plugin/plugin-error.vala
+++ b/src/client/plugin/plugin-error.vala
@@ -22,6 +22,9 @@ public errordomain Plugin.Error {
PERMISSION_DENIED,
/** Raised when a requested resource was not found. */
- NOT_FOUND;
+ NOT_FOUND,
+
+ /** Raised when a requested operation could not be carried out. */
+ NOT_SUPPORTED;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]