Skip to content

Commit

Permalink
Update AtlasErrorCode.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sumandas0 committed Oct 23, 2023
1 parent 0ee1385 commit 841557f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intg/src/main/java/org/apache/atlas/AtlasErrorCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public enum AtlasErrorCode {
CINV_UNHEALTHY(500, "ATLAS-500-00-21", "Unable to process type-definition operations"),
RUNTIME_EXCEPTION(500, "ATLAS-500-00-020", "Runtime exception {0}"),
KEYCLOAK_INIT_FAILED(500, "ATLAS-500-00-022", "Failed to initialize keycloak client: {0}"),
BATCH_SIZE_TOO_LARGE(500, "ATLAS-500-00-023", "Batch size is too large, please use a smaller batch size"),
BATCH_SIZE_TOO_LARGE(406, "ATLAS-406-00-001", "Batch size is too large, please use a smaller batch size"),


CLASSIFICATION_CURRENTLY_BEING_PROPAGATED(400, "ATLAS-400-00-105", "Classification {0} is currently being propagated."),
Expand Down

0 comments on commit 841557f

Please sign in to comment.