Skip to content

Commit

Permalink
Remove error code with no usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-alhuang committed Mar 27, 2024
1 parent ad780bf commit 21b76d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/java/net/snowflake/ingest/utils/ErrorCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ public enum ErrorCode {
MAKE_URI_FAILURE("0032"),
OAUTH_REFRESH_TOKEN_ERROR("0033"),
INVALID_CONFIG_PARAMETER("0034"),
MAX_BATCH_SIZE_EXCEEDED("0035"),
CRYPTO_PROVIDER_ERROR("0036"),
DROP_CHANNEL_FAILURE("0037");
CRYPTO_PROVIDER_ERROR("0035"),
DROP_CHANNEL_FAILURE("0036");

public static final String errorMessageResource = "net.snowflake.ingest.ingest_error_messages";

Expand Down

0 comments on commit 21b76d2

Please sign in to comment.