Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.73 KB

errorinfo-dataclassification-method.md

File metadata and controls

48 lines (38 loc) · 1.73 KB
title description ms.author ms.date ms.tgt_pltfrm ms.topic author
ErrorInfo.DataClassification([DataClassification]) Method
Specifies the classification of the error.
solsen
02/26/2024
na
reference
SusanneWindfeldPedersen

ErrorInfo.DataClassification([DataClassification]) Method

Version: Available or changed with runtime version 3.0.

Specifies the classification of the error. Values include 'CustomerContent', 'EndUserIdentifiableInformation', 'EndUserPseudonymousIdentifiers', 'AccountData', 'OrganizationIdentifiableInformation', 'SystemMetadata', and 'ToBeClassified'

Syntax

[DataClassification := ]  ErrorInfo.DataClassification([DataClassification: DataClassification])

Note

This method can be invoked using property access syntax.

Parameters

ErrorInfo
 Type: ErrorInfo
An instance of the ErrorInfo data type.

[Optional] DataClassification
 Type: DataClassification
The data classification of the content in the message.

Return Value

[Optional] DataClassification
 Type: DataClassification
The current data classification of the ErrorInfo.

See Also

ErrorInfo Data Type
AL error handling
Get Started with AL
Developing Extensions