message property

String? message
final

On iOS and macOS, maps to NSError.localizedDescription. On Android, maps to ExoPlaybackException.getMessage(). On Web, a generic message is provided.

Implementation

final String? message;