Searched refs:ErrorToJson (Results 1 – 1 of 1) sorted by relevance
157 std::unique_ptr<base::DictionaryValue> ErrorToJson(const Error& error) { in ErrorToJson() function181 parent->Set(kErrorKey, ErrorToJson(*state.error()).release()); in SetStateProperties()194 output->Set(kErrorKey, ErrorToJson(error).release()); in ReturnError()