Lines Matching full:error
22 std::string error; in Create() local
30 error += "Wrong type of 'maxScriptsCacheSize';"; in Create()
33 if (!error.empty()) { in Create()
34 LOG_DEBUGGER(ERROR) << "EnableParams::Create " << error; in Create()
44 std::string error; in Create() local
51 error += "Failed to convert 'callFrameId' from string to int;"; in Create()
54 error += "Unknown or wrong type of 'callFrameId';"; in Create()
61 error += "Unknown or wrong type of 'expression';"; in Create()
68 error += "Wrong type of 'objectGroup';"; in Create()
75 error += "Wrong type of 'includeCommandLineAPI';"; in Create()
82 error += "Wrong type of 'silent';"; in Create()
89 error += "Wrong type of 'returnByValue';"; in Create()
96 error += "Wrong type of 'generatePreview';"; in Create()
103 error += "Wrong type of 'throwOnSideEffect';"; in Create()
106 if (!error.empty()) { in Create()
107 LOG_DEBUGGER(ERROR) << "EvaluateOnCallFrameParams::Create " << error; in Create()
116 std::string error; in Create() local
124 error += "'location' is invalid;"; in Create()
129 error += "Unknown or wrong type of 'location';"; in Create()
137 error += "Unknown 'targetCallFrames';"; in Create()
140 if (!error.empty()) { in Create()
141 LOG_DEBUGGER(ERROR) << "ContinueToLocationParams::Create " << error; in Create()
152 std::string error; in Create() local
160 error += "'start' is invalid;"; in Create()
165 error += "Unknown or wrong type of 'start';"; in Create()
172 error += "'end' is invalid;"; in Create()
177 error += "Wrong type of 'end';"; in Create()
184 error += "Wrong type of 'restrictToFunction';"; in Create()
187 if (!error.empty()) { in Create()
188 LOG_DEBUGGER(ERROR) << "GetPossibleBreakpointsParams::Create " << error; in Create()
198 std::string error; in Create() local
205 error += "Failed to convert 'scriptId' from string to int;"; in Create()
208 error += "Unknown or wrong type of'scriptId';"; in Create()
211 if (!error.empty()) { in Create()
212 LOG_DEBUGGER(ERROR) << "GetScriptSourceParams::Create " << error; in Create()
222 std::string error; in Create() local
230 error += "Unknown or wrong type of 'breakpointId';"; in Create()
233 if (!error.empty()) { in Create()
234 LOG_DEBUGGER(ERROR) << "RemoveBreakpointParams::Create " << error; in Create()
244 std::string error; in Create() local
252 error += "Wrong or unknown type of 'url'"; in Create()
255 if (!error.empty()) { in Create()
256 LOG_DEBUGGER(ERROR) << "RemoveBreakpointByUrlParams::Create " << error; in Create()
266 std::string error; in Create() local
274 error += "Wrong type of 'terminateOnResume';"; in Create()
277 if (!error.empty()) { in Create()
278 LOG_DEBUGGER(ERROR) << "ResumeParams::Create " << error; in Create()
288 std::string error; in Create() local
296 error += "Unknown or wrong type of 'maxDepth';"; in Create()
299 if (!error.empty()) { in Create()
300 LOG_DEBUGGER(ERROR) << "SetAsyncCallStackDepthParams::Create " << error; in Create()
310 std::string error; in Create() local
322 error += "'patterns' items should be a String;"; in Create()
326 error += "Unknown or wrong type of 'patterns';"; in Create()
329 if (!error.empty()) { in Create()
330 LOG_DEBUGGER(ERROR) << "SetBlackboxPatternsParams::Create " << error; in Create()
340 std::string error; in Create() local
348 error += "Unknown or wrong type of 'lineNumber';"; in Create()
355 error += "Wrong type of 'url';"; in Create()
362 error += "Wrong type of 'urlRegex';"; in Create()
369 error += "Wrong type of 'scriptHash';"; in Create()
376 error += "Wrong type of 'columnNumber';"; in Create()
383 error += "Wrong type of 'condition';"; in Create()
385 if (!error.empty()) { in Create()
386 LOG_DEBUGGER(ERROR) << "SetBreakpointByUrlParams::Create " << error; in Create()
396 std::string error; in Create() local
404 error += "Unknown or wrong type of 'active';"; in Create()
406 if (!error.empty()) { in Create()
407 LOG_DEBUGGER(ERROR) << "SetBreakpointsActiveParams::Create " << error; in Create()
417 std::string error; in Create() local
425 error += "Unknown or wrong type of 'skip';"; in Create()
427 if (!error.empty()) { in Create()
428 LOG_DEBUGGER(ERROR) << "SetSkipAllPausesParams::Create " << error; in Create()
438 std::string error; in Create() local
449 error += "'breakpoints' items BreakpointInfo is invaild;"; in Create()
459 error += "Wrong type of 'breakpoints';"; in Create()
462 if (!error.empty()) { in Create()
463 LOG_DEBUGGER(ERROR) << "GetPossibleAndSetBreakpointParams::Create " << error; in Create()
473 std::string error; in Create() local
481 error += "Unknown or wrong type of'state';"; in Create()
484 if (!error.empty()) { in Create()
485 LOG_DEBUGGER(ERROR) << "SetPauseOnExceptionsParams::Create " << error; in Create()
495 std::string error; in Create() local
503 error += "Wrong type of 'breakOnAsyncCall';"; in Create()
513 error += "'skipList' items LocationRange is invalid;"; in Create()
523 error += "Wrong type of 'skipList';"; in Create()
526 if (!error.empty()) { in Create()
527 LOG_DEBUGGER(ERROR) << "StepIntoParams::Create " << error; in Create()
566 std::string error; in Create() local
577 error += "'skipList' items LocationRange is invalid;"; in Create()
587 error += "Wrong type of 'skipList';"; in Create()
590 if (!error.empty()) { in Create()
591 LOG_DEBUGGER(ERROR) << "StepOverParams::Create " << error; in Create()
601 std::string error; in Create() local
609 error += "Wrong type of 'droppedDepth';"; in Create()
612 if (!error.empty()) { in Create()
613 LOG_DEBUGGER(ERROR) << "DropFrameParams::Create " << error; in Create()
623 std::string error; in Create() local
634 error += "'nativeRange' is invalid;"; in Create()
644 error += "Unknown 'nativeRange';"; in Create()
647 if (!error.empty()) { in Create()
648 LOG_DEBUGGER(ERROR) << "SetNativeRangeParams::Create " << error; in Create()
658 std::string error; in Create() local
666 error += "Wrong type of 'enabled';"; in Create()
674 error += "Wrong type of 'enabled';"; in Create()
677 if (!error.empty()) { in Create()
678 LOG_DEBUGGER(ERROR) << "SetMixedDebugParams::Create " << error; in Create()
688 std::string error; in Create() local
696 error += "Wrong type of 'resetSingleStepper';"; in Create()
699 if (!error.empty()) { in Create()
700 LOG_DEBUGGER(ERROR) << "ResetSingleStepperParams::Create " << error; in Create()
710 std::string error; in Create() local
718 error += "Wrong type of 'userCode';"; in Create()
721 if (!error.empty()) { in Create()
722 LOG_DEBUGGER(ERROR) << "ReplyNativeCallingParams::Create " << error; in Create()
732 std::string error; in Create() local
739 error += "Failed to convert 'objectId' from string to int;"; in Create()
742 error += "Unknown or wrong type of 'objectId';"; in Create()
749 error += "Wrong type of 'ownProperties';"; in Create()
756 error += "Wrong type of 'accessorPropertiesOnly';"; in Create()
763 error += "Wrong type of 'generatePreview';"; in Create()
765 if (!error.empty()) { in Create()
766 LOG_DEBUGGER(ERROR) << "GetPropertiesParams::Create " << error; in Create()
776 std::string error; in Create() local
784 error += "Failed to convert 'callFrameId' from string to int;"; in Create()
787 error += "Unknown or wrong type of 'callFrameId';"; in Create()
795 error += "Unknown or wrong type of 'functionDeclaration';"; in Create()
802 error += "Failed to convert 'objectId' from string to int;"; in Create()
805 error += "Wrong type of 'objectId';"; in Create()
816 error += "'arguments' items CallArgument is invaild;"; in Create()
826 error += "Wrong type of 'arguments';"; in Create()
834 error += "Wrong type of 'silent';"; in Create()
842 error += "Wrong type of 'returnByValue';"; in Create()
850 error += "Wrong type of 'generatePreview';"; in Create()
858 error += "Wrong type of 'userGesture';"; in Create()
866 error += "Wrong type of 'awaitPromise';"; in Create()
874 error += "Wrong type of 'executionContextId';"; in Create()
882 error += "Wrong type of 'objectGroup';"; in Create()
890 error += "Wrong type of 'throwOnSideEffect';"; in Create()
893 // Check whether the error is empty. in Create()
894 if (!error.empty()) { in Create()
895 LOG_DEBUGGER(ERROR) << "CallFunctionOnParams::Create " << error; in Create()
905 std::string error; in Create() local
912 error += "Invalid SamplingInterval"; in Create()
917 error += "Wrong type of 'samplingInterval';"; in Create()
920 if (!error.empty()) { in Create()
921 LOG_DEBUGGER(ERROR) << "StartSamplingParams::Create " << error; in Create()
930 std::string error; in Create() local
938 error += "Wrong type of 'trackAllocations';"; in Create()
941 if (!error.empty()) { in Create()
942 LOG_DEBUGGER(ERROR) << "StartTrackingHeapObjectsParams::Create " << error; in Create()
951 std::string error; in Create() local
959 error += "Wrong type of 'reportProgress';"; in Create()
967 error += "Wrong type of 'treatGlobalObjectsAsRoots';"; in Create()
975 error += "Wrong type of 'captureNumericValue';"; in Create()
978 if (!error.empty()) { in Create()
979 LOG_DEBUGGER(ERROR) << "StopTrackingHeapObjectsParams::Create " << error; in Create()
988 std::string error; in Create() local
995 error += "Failed to convert 'heapObjectId' from string to int;"; in Create()
998 error += "Unknown or wrong type of 'heapObjectId';"; in Create()
1001 if (!error.empty()) { in Create()
1002 LOG_DEBUGGER(ERROR) << "AddInspectedHeapObjectParams::Create " << error; in Create()
1011 std::string error; in Create() local
1018 error += "Failed to convert 'objectId' from string to int;"; in Create()
1021 error += "Wrong type of 'objectId';"; in Create()
1024 if (!error.empty()) { in Create()
1025 LOG_DEBUGGER(ERROR) << "GetHeapObjectIdParams::Create " << error; in Create()
1034 std::string error; in Create() local
1041 error += "Failed to convert 'objectId' from string to int;"; in Create()
1044 error += "Wrong type of 'objectId';"; in Create()
1052 error += "Wrong type of 'objectGroup';"; in Create()
1055 if (!error.empty()) { in Create()
1056 LOG_DEBUGGER(ERROR) << "GetObjectByHeapObjectIdParams::Create " << error; in Create()
1065 std::string error; in Create() local
1073 error += "Wrong type of 'callCount';"; in Create()
1081 error += "Wrong type of 'detailed';"; in Create()
1089 error += "Wrong type of 'allowTriggeredUpdates';"; in Create()
1092 if (!error.empty()) { in Create()
1093 LOG_DEBUGGER(ERROR) << "StartPreciseCoverageParams::Create " << error; in Create()
1102 std::string error; in Create() local
1110 error += "Unknown or wrong type of 'interval';"; in Create()
1113 if (!error.empty()) { in Create()
1114 LOG_DEBUGGER(ERROR) << "SetSamplingIntervalParams::Create " << error; in Create()
1122 std::string error; in Create() local
1131 error += "Unknown or wrong type of 'syncId';"; in Create()
1134 if (!error.empty()) { in Create()
1135 LOG_DEBUGGER(ERROR) << "RecordClockSyncMarkerParams::Create " << error; in Create()
1144 std::string error; in Create() local
1153 error += "Wrong type of 'deterministic';"; in Create()
1162 error += "'levelOfDetail' is invalid;"; in Create()
1165 error += "Wrong type of 'levelOfDetail';"; in Create()
1168 if (!error.empty()) { in Create()
1169 LOG_DEBUGGER(ERROR) << "RequestMemoryDumpParams::Create " << error; in Create()
1178 std::string error; in Create() local
1187 error += "Wrong type of 'categories';"; in Create()
1195 error += "Wrong type of 'options';"; in Create()
1203 error += "Wrong type of 'bufferUsageReportingInterval';"; in Create()
1212 error += "'transferMode' is invalid;"; in Create()
1215 error += "Wrong type of 'transferMode';"; in Create()
1224 error += "'streamFormat' is invalid;"; in Create()
1227 error += "Wrong type of 'streamFormat';"; in Create()
1236 error += "'streamCompression' is invalid;"; in Create()
1239 error += "Wrong type of 'streamCompression';"; in Create()
1247 error += "'traceConfig' format is invalid;"; in Create()
1252 error += "Wrong type of 'traceConfig';"; in Create()
1260 error += "Wrong type of 'perfettoConfig';"; in Create()
1269 error += "'tracingBackend' is invalid;"; in Create()
1272 error += "Wrong type of 'tracingBackend';"; in Create()
1275 if (!error.empty()) { in Create()
1276 LOG_DEBUGGER(ERROR) << "StartParams::Create " << error; in Create()
1287 std::string error; in Create() local
1295 error += "Unknown or wrong type of 'threshold';"; in Create()
1298 if (!error.empty()) { in Create()
1299 LOG_DEBUGGER(ERROR) << "SeriliazationTimeoutCheckEnableParams::Create " << error; in Create()