Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/gasless-execution.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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_<selector>` and includes **`rawArgsHex`** when encoded revert arguments are available.

### More Use Cases

Expand Down
Loading