aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/resource/badargs.ngdoc
blob: a9a3f213bf4685920c45b3f3a536297b6d6d7a9e (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 api/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 api/ngResource.$resource `$resource`} API reference documentation.