summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/perk/perk.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h
index a6d6f94..5cb87bd 100644
--- a/include/perk/perk.h
+++ b/include/perk/perk.h
@@ -105,6 +105,13 @@ enum pe_custom_error {
PERK_ERR_AR_NON_PE_MEMBERS,
PERK_ERR_AR_MIXED_PE_MEMBERS,
PERK_ERR_AR_NESTED_ARCHIVE,
+ PERK_ERR_AR_MISSING_ACTION,
+ PERK_ERR_AR_MULTIPLE_ACTIONS,
+ PERK_ERR_AR_MULTIPLE_ANCHORS,
+ PERK_ERR_AR_INVALID_ANCHORS,
+ PERK_ERR_AR_MISSING_ANCHOR,
+ PERK_ERR_AR_NULL_POSNAME,
+ PERK_ERR_AR_NULL_ARNAME,
PERK_ERR_CAP,
};