Eugenio Romano a6ad7a5ad0
Documentation update 3.6.0 (#5257)
* documentation update 3.6.0

* documentation update 3.6.0

* update missing doc
2019-11-18 12:34:28 +00:00

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.

See also