ACS-2331 Add RestoreInProgressException (#832)

This commit is contained in:
David Edwards
2021-12-10 13:49:57 +00:00
committed by GitHub
parent 292df69bb7
commit d08fb6ebaf
3 changed files with 127 additions and 0 deletions

View File

@@ -175,6 +175,7 @@
<entry key="org.alfresco.rest.framework.core.exceptions.ServiceUnavailableException" value="503" />
<entry key="org.alfresco.service.cmr.dictionary.InvalidTypeException" value="409" />
<entry key="org.alfresco.rest.framework.core.exceptions.ArchivedContentException" value="#{T(org.springframework.extensions.webscripts.Status).STATUS_PRECONDITION_FAILED}" />
<entry key="org.alfresco.rest.framework.core.exceptions.RestoreInProgressException" value="#{T(org.springframework.extensions.webscripts.Status).STATUS_CONFLICT}" />
</map>
</property>
</bean>