Skip to content

Commit

Permalink
docs: improve operationInaccessible event (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
josepot authored Jan 9, 2024
1 parent 7726078 commit bee8868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/chainHead_unstable_follow.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ No more event will be generated with this `operationId`.

`operationId` is a string returned by `chainHead_unstable_body`, `chainHead_unstable_call`, or `chainHead_unstable_storage`.

The `operationInaccessible` event is produced if the JSON-RPC server was incapable of obtaining the storage items necessary for the given operation.
The `operationInaccessible` event is produced if the JSON-RPC server fails to retrieve either the block body or the necessary storage items for the given operation.

Contrary to the `operationError` event, repeating the same operation in the future might succeed.

Expand Down

0 comments on commit bee8868

Please sign in to comment.