deploymentError method
The deployment is in an error state.
Implementation
void deploymentError([String? message]) {
if (message != null) print(message);
createEvent(StudyStatusEvent(this, StudyStatusEventTypes.DeploymentError));
notifyListeners();
}