Searched defs:setError (Results 1 – 7 of 7) sorted by relevance
4 const [error, setError] = React.useState<Error | null>(null); constant
28 const [error, setError] = useState<Error>(); constant
20 const [error, setError] = useState<Error | null>(null); constant
34 void AndroidErrorHandler::setError(std::string message) { in setError() function in reanimated::AndroidErrorHandler