diff --git a/docs/onchainkit/paymaster/errors.mdx b/docs/onchainkit/paymaster/errors.mdx
index f3a9ac0..e6bfbeb 100644
--- a/docs/onchainkit/paymaster/errors.mdx
+++ b/docs/onchainkit/paymaster/errors.mdx
@@ -15,7 +15,7 @@ Below are a list of common error codes returned by the Paymaster.
| :------------------- | :----- | :-------------------------------------------------------------------------------------------------------------------------------- |
| INTERNAL_ERROR | -32000 | Internal error. Something is wrong with our service. Please contact support if this persists. |
| UNAUTHORIZED_ERROR | -32001 | Unauthorized. Check if your API key and RPC URL are valid. |
-| DENIED_ERROR | -32001 | Request denied. This may be due to the gas policy you configured in the Paymaster page. Check the values in your gas policy. |
+| DENIED_ERROR | -32002 | Request denied. This may be due to the gas policy you configured in the Paymaster page. Check the values in your gas policy. |
| UNAVAILABLE_ERROR | -32003 | Service unavailable. Please contact support if this persists. |
| GAS_ESTIMATION_ERROR | -32004 | An error occurred during eth_estimateUserOperation. This is typically due to insufficient gas, or an invalid paymaster signature. |
| METHOD_NOT_FOUND | -32601 | Method not found. Check if Paymaster is enabled on your RPC URL, and if you're sending the correct JSON-RPC method. |
@@ -96,4 +96,4 @@ Request Logs for UserOps can be downloaded under the Logs tab on the Paymaster p
import PolicyBanner from "/snippets/PolicyBanner.mdx";
-
\ No newline at end of file
+