forked from angular/code.angularjs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path$resource.html
39 lines (31 loc) · 1 KB
/
$resource.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<a href='http://github.com/angular/angular.js/edit/master/' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this doc</a>
<h1>$resource</h1>
<div class="description">
Here are the list of errors in the $resource namespace.
</div>
<div class="component-breakdown">
<div>
<table class="definition-table">
<tr>
<th>Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="error/$resource/badargs">badargs</td>
<td>Too Many Arguments</td>
</tr>
<tr>
<td><a href="error/$resource/badcfg">badcfg</td>
<td>Response does not match configured parameter</td>
</tr>
<tr>
<td><a href="error/$resource/badmember">badmember</td>
<td>Syntax error in param value using @member lookup</td>
</tr>
<tr>
<td><a href="error/$resource/badname">badname</td>
<td>Cannot use hasOwnProperty as a parameter name</td>
</tr>
</table>
</div>
</div>