is error PRECONDITION_FAILED? #1116
Answered
by
dangerousvasil
dangerousvasil
asked this question in
Q&A
-
where i can find an example detection the kind of error? i found some methods in internal code. |
Beta Was this translation helpful? Give feedback.
Answered by
dangerousvasil
Mar 9, 2024
Replies: 1 comment
-
if ydb.IsOperationError(err, Ydb.StatusIds_PRECONDITION_FAILED) { |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dangerousvasil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if ydb.IsOperationError(err, Ydb.StatusIds_PRECONDITION_FAILED) {
i found it