Skip to content

Commit 5b384d9

Browse files
Rich-T-kidCopilot
andauthored
Update src/Contract/operation.proto
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8f7a122 commit 5b384d9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Contract/operation.proto

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ message SourceType{
2727
}
2828

2929
enum returnTypes{
30-
Success = 0;
31-
ParseError = 1;
32-
ExecutionError = 2;
33-
SourceError = 3;
34-
UploadError = 4;
35-
OutOfMemory = 5;
36-
UnknownError = 6;
30+
SUCCESS = 0;
31+
PARSE_ERROR = 1;
32+
EXECUTION_ERROR = 2;
33+
SOURCE_ERROR = 3;
34+
UPLOAD_ERROR = 4;
35+
OUT_OF_MEMORY = 5;
36+
UNKNOWN_ERROR = 6;
3737
}
3838
message ErrorDetails{
3939
returnTypes error_type = 1;

0 commit comments

Comments
 (0)