Skip to content

Commit 8fbebf6

Browse files
committed
added new errors
1 parent 03172f5 commit 8fbebf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/errors/custom.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,17 @@ Related:
103103
### Error Code 15
104104

105105
**Error**: `InvalidRevealRound`
106-
**Description**: The executable amount must be greater than zero.
106+
**Description**: The provided reveal round is outdated or invalid.
107107

108108
### Error Code 16
109109

110110
**Error**: `CommitNotFound`
111-
**Description**: The executable amount must be greater than zero.
111+
**Description**: The referenced validator commit does not exist.
112112

113113
### Error Code 17
114114

115115
**Error**: `CommitBlockNotInRevealRange`
116-
**Description**: The executable amount must be greater than zero.
116+
**Description**: The referenced commit cannot be revealed in the current block range.
117117

118118
### Error Code 18
119119

0 commit comments

Comments
 (0)