10000: No error

no_error

A placeholder code indicating success, used where an error code is expected but the operation completed normally. It does not represent a failure.

What you should do

Nothing. Code 10000 is not a failure: it is a placeholder used where an error code is expected but the operation completed normally. If it surfaces as though it were an error, the issue is in how the result is being interpreted, not in the operation itself.