diff --git a/Source/Meadow.Contracts/Cloud/IMeadowCloudService.cs b/Source/Meadow.Contracts/Cloud/IMeadowCloudService.cs
index 9b247284..ba9be0e3 100644
--- a/Source/Meadow.Contracts/Cloud/IMeadowCloudService.cs
+++ b/Source/Meadow.Contracts/Cloud/IMeadowCloudService.cs
@@ -10,10 +10,15 @@ namespace Meadow.Cloud;
///
public interface IMeadowCloudService
{
+ ///
+ /// Event raised when an error in communicating with Meadow Cloud occurrs
+ ///
+ event EventHandler? ErrorOccurred;
+
///
/// Event raised when the cloud connection state changes
///
- event EventHandler ConnectionStateChanged;
+ event EventHandler? ConnectionStateChanged;
///
/// Gets the current connection state for the service