Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f4a058e

Browse files
committedAug 18, 2023
Minor typo
1 parent dea4ab8 commit f4a058e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spec.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3286,7 +3286,7 @@ The following conditions are well defined:
32863286
| Condition | gRPC Code | Description | Recovery Behavior |
32873287
|-----------|-----------|-------------|-------------------|
32883288
| Missing or otherwise invalid argument | 3 INVALID_ARGUMENT | Indicates that a required argument field was not specified or an argument value is invalid | The caller should correct the error and resubmit the call. |
3289-
| Invalid `snapshot_id` | 5 NOT_FOUND | Indicates that the snapshot specified was not found. | The caller should re-check that these objects exist. |
3289+
| Invalid `snapshot_id` | 5 NOT_FOUND | Indicates that the snapshot specified was not found. | The caller should re-check that this object exists. |
32903290
| Invalid `starting_offset` | 11 OUT_OF_RANGE | The starting offset exceeds the volume size. | The caller should specify a `starting_offset` less than the volume's size. |
32913291
| Invalid `security_token` | 16 UNAUTHENTICATED | The specified authentication token is invalid or has expired. | The caller should obtain a new security token. |
32923292

0 commit comments

Comments
 (0)
Please sign in to comment.