From 6e7fddc9eabca4caf3f1eee14fd52461660f6dbf Mon Sep 17 00:00:00 2001 From: relay-docs-bot Date: Wed, 10 Jun 2026 06:52:09 +0000 Subject: [PATCH] docs(drift): draft from internal source Requested by @arcticfloyd1984 via /publish-docs-pr --- features/gasless-execution.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/gasless-execution.mdx b/features/gasless-execution.mdx index 04cddb65..2e7867bd 100644 --- a/features/gasless-execution.mdx +++ b/features/gasless-execution.mdx @@ -528,7 +528,7 @@ Use **`error`** and **`message`** for integration handling, and include **`reque } ``` -If Relay cannot map a custom error selector to a known contract error, the response uses a label like `UNKNOWN_CUSTOM_ERROR_0x34ceaf9e` and includes **`rawArgsHex`** when encoded revert arguments are available. +If Relay cannot map a custom error selector to a known contract error, the response uses a label of the form `UNKNOWN_CUSTOM_ERROR_` and includes **`rawArgsHex`** when encoded revert arguments are available. ### More Use Cases