Searched refs:PARAMETERERRORMESSAGE (Results 1 – 4 of 4) sorted by relevance
29 constexpr const char *PARAMETERERRORMESSAGE = "BusinessError 401: Parameter error."; variable
39 errorObject.message = PARAMETERERRORMESSAGE; in ConvertErrorCode()
367 context->SetErrInfo(ErrorThrowType::PARAMETER_ERROR, PARAMETERERRORMESSAGE); in RestoreInner()429 context->SetErrInfo(ErrorThrowType::PARAMETER_ERROR, PARAMETERERRORMESSAGE); in SendEventInner()480 context->SetErrInfo(ErrorThrowType::PARAMETER_ERROR, PARAMETERERRORMESSAGE); in SetVideoInner()515 context->SetErrInfo(ErrorThrowType::PARAMETER_ERROR, PARAMETERERRORMESSAGE); in SetImageInput()598 context->SetErrInfo(ErrorThrowType::PARAMETER_ERROR, PARAMETERERRORMESSAGE); in GetImageInner()741 context->SetErrInfo(ErrorThrowType::PARAMETER_ERROR, PARAMETERERRORMESSAGE); in SetCustomWallpaper()920 ctx->SetErrInfo(ErrorThrowType::PARAMETER_ERROR, PARAMETERERRORMESSAGE); in CheckValidArgWallpaperType()
40 context->errMsg_ = PARAMETERERRORMESSAGE; in Call()