aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/$resource/badargs.ngdoc
blob: 834c7826191a5cc4e2169bf161a35a390d68896b (plain)
1
2
3
4
5
6
7
8
9
@ngdoc error
@name $resource:badargs
@fullName Too Many Arguments
@description

This error occurs when specifying too many arguments to a {@link ngResource.$resource `$resource`} action, such as `get`, `query` or any user-defined custom action.
These actions may take up to 4 arguments.

For more information, refer to the {@link ngResource.$resource `$resource`} API reference documentation.