Skip to content

Commit

Permalink
refactor: error code
Browse files Browse the repository at this point in the history
  • Loading branch information
muneebkq committed Aug 6, 2024
1 parent b773f6d commit 4b6de3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ public static String getErrorMessage(int errorCode) {
*
* MESSAGE: Request blocked due to untrusted proxy.
*/
public static final int LF_E_PROXY_NOT_TRUSTED = 67,
public static final int LF_E_PROXY_NOT_TRUSTED = 67;

/*
* CODE: LF_E_CLIENT
Expand Down

0 comments on commit 4b6de3f

Please sign in to comment.