feat:add runtime error code
This commit is contained in:
parent
079135747a
commit
f1a732a090
1 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,9 @@ const (
|
|||
CompilationError Result = 2
|
||||
MemoryLimitExceeded Result = 3
|
||||
TimeLimitExceeded Result = 4
|
||||
SystemFailDuringTesting Result = 5
|
||||
Testing Result = 6
|
||||
RuntimeError Result = 5
|
||||
SystemFailDuringTesting Result = 6
|
||||
Testing Result = 7
|
||||
)
|
||||
|
||||
var ErrBadResult = errors.New("bad result")
|
||||
|
|
Loading…
Reference in a new issue