Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
shiqizng committed Aug 9, 2022
1 parent 01fffbe commit 5a7f582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/error_messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
errZeroAddressAssetSenderRole = "searching transactions by zero address with asset sender role is not supported"
errZeroAddressAssetCloseToRole = "searching transactions by zero address with asset close address role is not supported"
ErrResultLimitReached = "Result limit exceeded"
errValueExceedingInt64 = "searching by round or application-id or asset-id greater than 9223372036854775807 is not supported"
errValueExceedingInt64 = "searching by round or application-id or asset-id or filter by value greater than 9223372036854775807 is not supported"
)

var errUnknownAddressRole string
Expand Down

0 comments on commit 5a7f582

Please sign in to comment.