Skip to content
Snippets Groups Projects

4.0.0

Merged Björn Fischer requested to merge develop into main
15 files
+ 151
55
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -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