Home | History | Annotate | Download | only in resources

Lines Matching refs:Error

11 var error;
23 error = e;
24 shouldBe('error.code', 'mockCode');
25 shouldBe('error.message', 'mockMessage');
36 testFailed('Error callback invoked unexpectedly');
48 testFailed('Error callback invoked unexpectedly');
54 // Update the mock service to report an error.
56 // The maximumAge is non-zero, so we expect the cached position, not the error from the service.
61 testFailed('Error callback invoked unexpectedly');
67 // The default maximumAge is zero, so we expect the error from the service.