namespace Speckle.Connectors.Logging; public enum LoggingActivityStatusCode { /// Unset status code is the default value indicating the status code is not initialized. Unset, /// Status code indicating the operation has been validated and completed successfully. Ok, /// Status code indicating an error is encountered during the operation. Error, }