Skip to content

Commit 4e88157

Browse files
committed
changes
1 parent 6533bfd commit 4e88157

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/entropy/error-codes.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ in the Pyth EntropySDK and can be used to decode error codes programmatically.
99
| 0xd82dd966 | AssertionFailure() | Contract invariant failed. |
1010
| 0xda041bdf | ProviderAlreadyRegistered() | Provider already registered. |
1111
| 0xdf51c431 | NoSuchProvider() | Requested Provider does not exist. |
12-
| 0xc4237352 | NoSuchRequest() | Request does not exist. |
13-
| 0x3e515085 | OutOfRandomness() | Provider is our of committed random numbers. |
14-
| 0x025dbdd4 | InsufficientFee() | Transaction fee insufficient. |
12+
| 0xc4237352 | NoSuchRequest() | Request does not exist or the request has been fulfilled. |
13+
| 0x3e515085 | OutOfRandomness() | Provider is out of committed random numbers. |
14+
| 0x025dbdd4 | InsufficientFee() | Request fee is insufficient. |
1515
| 0xb8be1a8d | IncorrectRevelation() | Revelation does not match commitment. |
1616
| 0xb463ce7a | InvalidUpgradeMagic() | Governance message is invalid. |
1717
| 0x82b42900 | Unauthorized() | `msg.sender` is not allowed to invoke this method. |
18-
| 0x92555c0e | BlockhashUnavailable() | Blockhash is 0. |
18+
| 0x92555c0e | BlockhashUnavailable() | Blockhash is unavailable. |
1919
| 0x50f0dc92 | InvalidRevealCall() | Invalid reveal call method. If a request was made using `requestWithCallback`, request should be fulfilled using `revealWithCallback`else if a request was made using `request`, request should be fulfilled using `reveal` |
2020
| 0xb28d9c76 | LastRevealedTooOld() | Last random number revealed is too old. |
2121
| 0x5e5b3f1b | UpdateTooOld() | More recent commitment already revealed on-chain. |

0 commit comments

Comments
 (0)