Skip to content

Commit

Permalink
[Error codes] Update docstring for com.daml.ledger.participant.state.…
Browse files Browse the repository at this point in the history
…v2.PruningResult.NotPruned [DPP-861] (digital-asset#13305)

changelog_begin
changelog_end
  • Loading branch information
pbatko-da authored Mar 16, 2022
1 parent c6a0275 commit 35c5812
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ object PruningResult {

/** Pruning was not performed. Indicates to ledger api server not to proceed with pruning either.
*
* @param grpcStatus grpcStatus to return as a reason according to the GRPC guidelines
* (https://grpc.github.io/grpc/core/md_doc_statuscodes.html). Examples specific to pruning:
* @param grpcStatus grpcStatus created using error codes API (see [[com.daml.error.ErrorCode]]).
* Examples of gRPC status codes specific to pruning:
*
* OUT_OF_RANGE: If the specified offset cannot be pruned at, but will eventually be possible to
* prune at without user intervention.
Expand Down

0 comments on commit 35c5812

Please sign in to comment.