message property

String? message
final

message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.

Implementation

final String? message;