Home | History | Annotate | Download | only in src

Lines Matching refs:Failed

1309 ProtocolMessage.prototype.failed = function(message) {
1504 // Failed to generate response - return generic error.
1512 // Failed in one of the catch blocks above - most generic error.
1569 response.failed('Missing arguments');
1586 response.failed('Missing argument "type" or "target"');
1595 response.failed('Argument "target" is not a string value');
1603 response.failed('Error: "' + %ToString(e) +
1608 response.failed('"' + target + '" does not evaluate to a function');
1619 return response.failed('Object #' + handle + '# not found');
1622 return response.failed('Object #' + handle + '# is not a function');
1641 response.failed('Illegal type "' + type + '"');
1687 response.failed('Missing arguments');
1699 response.failed('Missing argument "breakpoint"');
1728 response.failed('Missing arguments');
1737 response.failed('Missing argument "groupId"');
1763 response.failed('Missing arguments');
1772 response.failed('Missing argument "breakpoint"');
1837 response.failed('Missing arguments');
1844 response.failed('Missing argument "type"');
1860 response.failed('Illegal value for "enabled":"' + enabled + '"');
1870 response.failed('Unknown "type":"' + type + '"');
1909 return response.failed('Invalid frame number');
1918 return response.failed(error);
1938 return response.failed('No frames');
1945 return response.failed('Invalid frame number');
1960 return response.failed('Invalid frame number');
1972 return response.failed('No scopes');
1996 return response.failed('No scopes');
2007 return response.failed('Invalid scope number');
2017 return response.failed('Missing arguments');
2032 return response.failed('Failed to convert expression argument to string');
2037 return response.failed('Arguments "frame" and "global" are exclusive');
2046 return response.failed("Context element #" + i +
2051 return response.failed("Context object '" + mapping.name +
2073 return response.failed('No frames');
2080 return response.failed('Invalid frame "' + frame + '"');
2097 return response.failed('Missing arguments');
2105 return response.failed('Argument "obj_id" missing');
2115 return response.failed('Missing arguments');
2123 return response.failed('Argument "handles" missing');
2138 return response.failed('Object #' + handle + '# not found');
2149 return response.failed('Missing arguments');
2158 return response.failed('Argument "type" missing');
2161 return response.failed('Argument "handle" missing');
2164 return response.failed('Invalid type "' + type + '"');
2176 failed('Object #' + handle + '# not found');
2184 return response.failed('No source');
2198 return response.failed('Invalid frame "' + frame + '"');
2207 return response.failed('No source');
2213 return response.failed('Invalid line interval');
2234 return response.failed('Invalid types "' +
2334 return response.failed('Unknown command');
2343 return response.failed('LiveEdit feature is not supported');
2346 return response.failed('Missing arguments');
2360 response.failed('Script not found');
2386 response.failed('Missing arguments');
2447 response.failed('Failed to delete: live object list ' + id + ' not found.');