b6be7a351f
* First pass * First pass adding service registraiton * Finished up service registration * Json exception * Moved to the right place * Fixed tests * Added some missing docs strings * Reflecting Gergo's specklepy changes * Correct the DI registration * Readme * No warn beta packages * Format * renamed misleading variable * Fixed lock files * Disable SQLite for automate
10 lines
113 B
C#
10 lines
113 B
C#
namespace Speckle.Automate.Sdk.Schema;
|
|
|
|
public enum ObjectResultLevel
|
|
{
|
|
Success,
|
|
Info,
|
|
Warning,
|
|
Error,
|
|
}
|