mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
909 B
909 B
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
File upload error pipe | v3.0.0 | Active | 2019-01-17 |
File upload error pipe
Converts an upload error code to an error message.
Basic Usage
<div>
Upload failed: {{ errorCode | adfFileUploadError }}
</div>
Details
The pipe takes an upload error code (eg, from the error
event of one of the
upload components) and converts it to a human-readable message. The message is
automatically translated to the user's chosen language.