Skip to content

Commit

Permalink
Update error code
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-alhuang committed Aug 20, 2024
1 parent ac7bfc1 commit 6800cda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public FileLocationInfo getRefreshedLocation(
ChannelConfigureResponse response = this.snowflakeServiceClient.channelConfigure(request);
return response.getStageLocation();
} catch (IngestResponseException | IOException e) {
throw new SFException(e, ErrorCode.CLIENT_CONFIGURE_FAILURE, e.getMessage());
throw new SFException(e, ErrorCode.CHANNEL_CONFIGURE_FAILURE, e.getMessage());
}
}

Expand Down

0 comments on commit 6800cda

Please sign in to comment.