analysisStatusError property

Status? analysisStatusError
getter/setter pair

When an error is encountered this will contain a LocalizedMessage under details to show to the user.

The LocalizedMessage is output only and populated by the API.

Implementation

Status? analysisStatusError;