interface ErrorDisplayProps {
    error: PlayerError;
}

Properties

Properties

The error that will be displayed.

Generated using TypeDoc