ErrorEventData: {
    message: string;
    method?: PlayerMethodNames;
    name: string;
}

Type declaration

  • message: string

    The error message.

  • Optionalmethod?: PlayerMethodNames

    The method that was called when the error occurred.

  • name: string

    The error name.