Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// Code generated by apigen. DO NOT EDIT.
|
||||
|
||||
package models
|
||||
|
||||
const (
|
||||
ErrorCodeEarlyCompletion = "early_completion"
|
||||
ErrorCodeForbidden = "forbidden"
|
||||
ErrorCodeLevelNotReached = "level_not_reached"
|
||||
ErrorCodeNodeNotActive = "node_not_active"
|
||||
ErrorCodeObjectivesIncomplete = "objectives_incomplete"
|
||||
ErrorCodeRunExpired = "run_expired"
|
||||
ErrorCodeRunNotActive = "run_not_active"
|
||||
ErrorCodeScenarioNotActive = "scenario_not_active"
|
||||
ErrorCodeUnknownRun = "unknown_run"
|
||||
)
|
||||
Reference in New Issue
Block a user