Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 901 Bytes

file-upload-error.pipe.md

File metadata and controls

34 lines (24 loc) · 901 Bytes
Title Added Status Last reviewed
File upload error pipe
v3.0.0
Active
2019-01-17

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