aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/content/error/ngResource/badargs.ngdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/content/error/ngResource/badargs.ngdoc b/docs/content/error/ngResource/badargs.ngdoc
index 9686f7a3..c5f89207 100644
--- a/docs/content/error/ngResource/badargs.ngdoc
+++ b/docs/content/error/ngResource/badargs.ngdoc
@@ -2,3 +2,8 @@
@name ngResource: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.