Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
subato2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Subato Learning System
subato2
Merge requests
!102
4.0.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
4.0.0
develop
into
main
Overview
0
Commits
3
Pipelines
0
Changes
15
Merged
Björn Fischer
requested to merge
develop
into
main
4 months ago
Overview
0
Commits
3
Pipelines
0
Changes
15
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
daecedab
3 commits,
4 months ago
15 files
+
151
−
55
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
subato/src/main/java/de/hsrm/sls/subato/shared/error/response/ErrorCode.java
+
2
−
1
Options
@@ -8,7 +8,8 @@ import com.fasterxml.jackson.annotation.JsonValue;
public
enum
ErrorCode
{
VALIDATION_FAILURE
,
DANGEROUS_ACTION
,
UNSUPPORTED_API_VERSION
;
UNSUPPORTED_API_VERSION
,
PLUGIN_UPGRADE_REQUIRED
;
@JsonValue
public
int
toValue
()
{
Loading