Skip to content

Commit b951e94

Browse files
authored
troubleshoot reference (#268)
* troubleshoot reference * nitpick
1 parent a4fdd73 commit b951e94

File tree

1 file changed

+2
-0
lines changed
  • pages/price-feeds/error-codes

1 file changed

+2
-0
lines changed

pages/price-feeds/error-codes/evm.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The following table contains the errors used in the Pyth Network's [EVM contract
44
This information is derived from [PythErrors.sol](https://github.com/pyth-network/pyth-crosschain/blob/a888ba318c0325c29070eaf5afcc3a4d443b058c/target_chains/ethereum/sdk/solidity/PythErrors.sol#L8)
55
in the Pyth SDK and can be used to decode error codes programmatically.
66

7+
Consult [Troubleshoot Errors on EVM Price Feeds Contract](../troubleshoot/evm) for more information on how to handle these errors.
8+
79
| Error Codes | Error | Error Description |
810
| ----------- | ------------------------------ | ---------------------------------------------------------------- |
911
| 0xa9cb9e0d | InvalidArgument() | Function Arguments are invalid. |

0 commit comments

Comments
 (0)