Lines Matching +full:test +full:- +full:sequencer
9 * http://www.apache.org/licenses/LICENSE-2.0
37 an error-space that is not known in this address space. Also
74 /** Some resource has been exhausted, perhaps a per-user quota, or
80 to be deleted may be non-empty, an rmdir operation is applied to
81 a non-directory, etc.
83 A litmus test that may help a service implementor in deciding
86 (b) Use ABORTED if the client should retry at a higher-level
87 (e.g., restarting a read-modify-write sequence).
90 fails because the directory is non-empty, FAILED_PRECONDITION
96 read-modify-write on the same resource. */
100 like sequencer check failures, transaction aborts, etc.
102 See litmus test above for deciding between FAILED_PRECONDITION,
110 be fixed if the system state changes. For example, a 32-bit file
112 offset that is not in the range [0,2^32-1], but it will generate
133 a backoff. Note that it is not always safe to retry non-idempotent
139 if the call is non-idempotent.
141 See litmus test above for deciding between FAILED_PRECONDITION,
149 GRPC_STATUS__DO_NOT_USE = -1