diff --git a/src/features/chainlink-automation/common/StreamsLookupInterface.mdx b/src/features/chainlink-automation/common/StreamsLookupInterface.mdx index 93381a4c683..b4c8c52e325 100644 --- a/src/features/chainlink-automation/common/StreamsLookupInterface.mdx +++ b/src/features/chainlink-automation/common/StreamsLookupInterface.mdx @@ -56,7 +56,7 @@ This function is simulated offchain to respond to [error codes](/chainlink-autom | Variable Name | Type | Description | Permissible Values | | ------------- | ------- | -------------------------------------------------------------------- | ----------------------------------------------------------------- | -| `errorCode` | `uint` | Error code returned by StreamsLookup error handler | Example: "800400" (`ErrCodeStreamsBadRequest`) | +| `errorCode` | `uint` | Error code returned by StreamsLookup error handler | Example: "808400" (`ErrCodeStreamsBadRequest`) | | `extraData` | `bytes` | Bytes data sent as part of the original `MercuryLookup` revert error | This field can send log data if you want to decode it and use it. | #### Outputs