Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 495 Bytes

File metadata and controls

10 lines (8 loc) · 495 Bytes
code 10000
identifier no_error
title No error
summary 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.