statusMessage property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? statusMessage
getter/setter pair

If an error has occurred, a textual description of the error.

Deprecated. Use the field error instead.

Output only.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? statusMessage;