Files
alfresco-community-repo/config/alfresco/messages/rest-framework-messages.properties
Alan Davis 83a8b9a09b Merged 5.2.0 (5.2.0) to HEAD (5.2)
REPO-1710 Complete 5.2 branding items for Alfresco Community Edition
   - Deferred merges: 133228-133238,133589-133594,133748,133750-133761,133853-133854

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@134173 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-01-11 10:28:37 +00:00

18 lines
1.4 KiB
Properties

# Messages returned by the REST API framework
framework.exception.ApiDefault=Unknown error calling the Rest API
framework.exception.ConstraintViolated=A constraint was violated
framework.exception.InvalidArgument=An invalid argument was received {0}
framework.exception.InvalidProperty=The property ''{0}'' with value ''{1}'' isn''t supported for {2} comparison
framework.exception.InvalidQuery=An invalid WHERE query was received. {0}
framework.exception.InvalidSelect=An invalid {1} query was received. {0}
framework.exception.NotFound={0} was not found
framework.exception.EntityNotFound=The entity with id: {0} was not found
framework.exception.RelationshipNotFound=The relationship resource was not found for the entity with id: {0} and a relationship id of {1}
framework.exception.PermissionDenied=Permission was denied
framework.exception.StaleEntity=Attempt to update a stale entity
framework.exception.UnsupportedResourceOperation=The operation is unsupported
framework.exception.DeletedResource=In this version of the REST API resource {0} has been deleted
framework.exception.RequestEntityTooLarge=The file can't be uploaded because it's larger than the maximum upload size
framework.exception.InsufficientStorage=The file upload exceeds the content storage allowance
framework.no.stacktrace=For security reasons the stack trace is no longer displayed, but the property is kept for previous versions