errorCode

Type

String

Description

The corresponding error code for the parser error. Used as a property of the options object passed to addError(options).

Required

Yes

Example

            context.addError({
    errorCode: '1000000000'
}); 

          

Related Topics

General Notices