文档中心is_okBack to Top is_ok FunctionChecks whether the status is normal. C++ Prototypebool IsOk() const; Python Prototypeis_ok() ParametersNone Usage ExampleCheck whether the status is normal. 1status = error.is_ok() Parent topic: Error