GameCorrupted

constructor(message: String = "The game data is corrupted and cannot be loaded.", type: ErrorType = ErrorType.ERROR)

Parameters

message

Descriptive error message.

type

The error severity type (default: ERROR).