Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.25 KB

system-hascollectederrors-method.md

File metadata and controls

40 lines (33 loc) · 1.25 KB
title description ms.author ms.date ms.topic author ms.reviewer
System.HasCollectedErrors() Method
Gets a value indicating whether errors have been collected in the current error collection scope.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

System.HasCollectedErrors() Method

Version: Available or changed with runtime version 8.0.

Gets a value indicating whether errors have been collected in the current error collection scope.

Syntax

Ok :=   System.HasCollectedErrors()

Note

This method can be invoked using property access syntax. [!NOTE] This method can be invoked without specifying the data type name.

Return Value

Ok
 Type: Boolean
True if errors have been collected, otherwise false.

See Also

Collecting Errors
System Data Type Get Started with AL Developing Extensions