ChessApplication.ChessMoveErrorEnum Enum
The error that made the move impossible.

Access: Public
  Members Description  
    NoError No error

 
    NoPiece No piece at position tried to move

 
    WrongSide Wrong side tried to move

 
    PutMyKingInCheck The move causes my king in Check

 
    GameHasEnded The game has already ended

 
    IllegalMove The move is not possible

 
    IllegalDrawClaim The Draw Claim is not valid