You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by an...@apache.org on 2014/06/12 16:44:56 UTC

svn commit: r1602181 - /jackrabbit/oak/trunk/oak-doc/src/site/markdown/oak_api/error_codes.md

Author: angela
Date: Thu Jun 12 14:44:56 2014
New Revision: 1602181

URL: http://svn.apache.org/r1602181
Log:
OAK-301: doc

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/oak_api/error_codes.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/oak_api/error_codes.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/oak_api/error_codes.md?rev=1602181&r1=1602180&r2=1602181&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/oak_api/error_codes.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/oak_api/error_codes.md Thu Jun 12 14:44:56 2014
@@ -26,38 +26,40 @@ information about the issue. This page i
 
 #### Node type validation
 
-| OakConstraint000x | Primary and mixin type information |
-|-------------------|------------------------------------|
-| 0001              | The primary type X does not exist  |
-| 0002              | Mixin type X used as the primary type |
-| 0003              | Abstract type X used as the primary type |
-| 0004              | No default primary type available for child node X |
-| 0005              | The mixin type X does not exist |
-| 0006              | Primary type X used as a mixin type |
-| 0007              | Abstract type X used as a mixin type |
-
-| OakConstraint002x | Presence of mandatory items                     |
-|-------------------|-------------------------------------------------|
-| 0021              | Mandatory property X not included in a new node |
-| 0022              | Mandatory property X can not be removed |
-| 0025              | Mandatory child node X not included in a new node |
-| 0026              | Mandatory child node X can not be removed |
+| OakConstraint000x | Primary and mixin type information                       |
+|-------------------|----------------------------------------------------------|
+| 0001              | The primary type X does not exist                        |
+| 0002              | Mixin type X used as the primary type                    |
+| 0003              | Abstract type X used as the primary type                 |
+| 0004              | No default primary type available for child node X       |
+| 0005              | The mixin type X does not exist                          |
+| 0006              | Primary type X used as a mixin type                      |
+| 0007              | Abstract type X used as a mixin type                     |
+
+| OakConstraint002x | Presence of mandatory items                              |
+|-------------------|----------------------------------------------------------|
+| 0021              | Mandatory property X not included in a new node          |
+| 0022              | Mandatory property X can not be removed                  |
+| 0025              | Mandatory child node X not included in a new node        |
+| 0026              | Mandatory child node X can not be removed                |
 
 #### Privilege Validation
 
-| Code              | Message                                         |
-|-------------------|-------------------------------------------------|
-| 0041              | Modification of existing privilege definition X |
-| 0042              | Un-register privilege X  |
-| 0043              | Next bits not updated |
-| 0044              | Privilege store not initialized |
-| 0047              | Invalid declared aggregate name X |
-| 0048              | PrivilegeBits are missing |
-| 0049              | PrivilegeBits already in used |
-| 0050              | Singular aggregation is equivalent to existing privilege. |
-| 0051              | Declared aggregate X is not a registered privilege |
-| 0052              | Detected circular aggregation |
-| 0053              | Custom aggregate privilege X is already covered. |
+| Code              | Message                                                  |
+|-------------------|----------------------------------------------------------|
+| 0041              | Modification of existing privilege definition X          |
+| 0042              | Un-register privilege X                                  |
+| 0043              | Next bits not updated                                    |
+| 0044              | Privilege store not initialized                          |
+| 0045              | Modification of existing privilege definition X          |
+| 0046              | Modification of existing privilege definition X          |
+| 0047              | Invalid declared aggregate name X                        |
+| 0048              | PrivilegeBits are missing                                |
+| 0049              | PrivilegeBits already in used                            |
+| 0050              | Singular aggregation is equivalent to existing privilege.|
+| 0051              | Declared aggregate X is not a registered privilege       |
+| 0052              | Detected circular aggregation                            |
+| 0053              | Custom aggregate privilege X is already covered.         |
 
 #### User Validation