Home
last modified time | relevance | path

Searched defs:BError (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_error/
H A Db_error.h215 BError(Codes code, const std::string_view &extraMsg, DEFINE_SOURCE_LOCATION) : code_(code) in BError() function
228 explicit BError(int stdErrno, DEFINE_SOURCE_LOCATION) : code_ {stdErrno} in BError() function