context.errorMsg

(FintechOS Studio 21.1.6.3 and later)

Returns the error message generated when a file upload fails.

This property is available in the On File Upload Error field that is displayed when customizing field options for a file attribute in a form or form driven flow.

Syntax

Copy
context.errorMsg: string

Return Value

Returns a string containing the error message generated when the file upload fails.

Examples