error property

MsalJsException? error
latefinal

The event error.

Will be null if this is not an error event message.

Implementation

late final MsalJsException? error = convertJsError(_jsObject.error);