Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jy committed Oct 11, 2024
1 parent fd09ef8 commit 898fa94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/error.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ void STDCALL copy_snowflake_error(SF_ERROR_STRUCT *dst, SF_ERROR_STRUCT *src);
#define ERR_MSG_GONE_SESSION "The session no longer exists on the server. Please reconnect"
#define ERR_MSG_AUTHENTICATOR_UNSUPPORTED "unsupported authenticator"
#define ERR_MSG_PRIVKEYFILE_PARAMETER_IS_MISSING "priv_key_file parameter is missing"
#define ERR_MSG_TOKEN_PARAMETER_IS_MISSING "token parameter is missing"
#define ERR_MSG_OAUTH_TOKEN_PARAMETER_IS_MISSING "OAuth token parameter is missing"

#ifdef __cplusplus
}
Expand Down

0 comments on commit 898fa94

Please sign in to comment.