[librsvg: 1/6] Add FilterError::ChildNodeInError



commit 56248f8ff0eb5576724a31c9c8e8d11f8173a781
Author: Ivan Molodetskikh <yalterz gmail com>
Date:   Tue Sep 25 11:34:04 2018 +0300

    Add FilterError::ChildNodeInError

 rsvg_internals/src/filters/error.rs | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/rsvg_internals/src/filters/error.rs b/rsvg_internals/src/filters/error.rs
index 1b5f61ca..2a4599fe 100644
--- a/rsvg_internals/src/filters/error.rs
+++ b/rsvg_internals/src/filters/error.rs
@@ -19,6 +19,8 @@ pub enum FilterError {
     InvalidLightSourceCount,
     /// A lighting filter input surface is too small.
     LightingInputTooSmall,
+    /// Child node was in error.
+    ChildNodeInError,
 }
 
 impl Error for FilterError {
@@ -32,6 +34,7 @@ impl Error for FilterError {
             FilterError::LightingInputTooSmall => {
                 "lighting filter input surface is too small (less than 2×2 pixels)"
             }
+            FilterError::ChildNodeInError => "child node was in error",
         }
     }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]