<div dir="ltr"><div dir="ltr"><br></div><div class="gmail_quote">Thanks both of you for the quick help.</div><div class="gmail_quote"><br></div><div>I would like to ask an another advice regarding to the error naming convention.<br></div><div><br></div><div>I have a service which has the well known name `org.configd.Example` where the `/org/configd/Example` object implements the `org.freedesktop.DBus.Properties` interface. I extended the `org.freedesktop.DBus.Properties.Set` method with some validation (maximum value for an int32 property) and I would like to respond with an error if the validation fails. Which would be a better error name:</div><div>a) `org.freedesktop.DBus.Properties.Error.ValidationError`</div><div>b) `org.configd.Error.ValidationError`</div><div>c) replace the standard `org.freedesktop.DBus.Properties.Set` method with a custom interface + method for validation</div><div><br></div><div>Thanks for you help in advance,</div><div>Gergo<br></div></div>