|
|
const errorT | scid::core::OK = 0 |
| |
|
const errorT | scid::core::ERROR = 1 |
| |
|
const errorT | scid::core::ERROR_UserCancel = 2 |
| |
|
const errorT | scid::core::ERROR_BadArg = 3 |
| |
|
const errorT | scid::core::ERROR_FileOpen = 101 |
| |
|
const errorT | scid::core::ERROR_FileWrite = 102 |
| |
|
const errorT | scid::core::ERROR_FileRead = 103 |
| |
|
const errorT | scid::core::ERROR_FileSeek = 104 |
| |
|
const errorT | scid::core::ERROR_BadMagic = 105 |
| |
|
const errorT | scid::core::ERROR_FileNotOpen = 106 |
| |
|
const errorT | scid::core::ERROR_FileInUse = 107 |
| |
|
const errorT | scid::core::ERROR_FileMode = 108 |
| |
|
const errorT | scid::core::ERROR_FileVersion = 109 |
| |
|
const errorT | scid::core::ERROR_OldScidVersion = 110 |
| |
|
const errorT | scid::core::ERROR_FileReadOnly = 111 |
| |
|
const errorT | scid::core::ERROR_CompactRemove = 121 |
| |
|
const errorT | scid::core::ERROR_MallocFailed = 151 |
| |
|
const errorT | scid::core::ERROR_CorruptData = 152 |
| |
|
const errorT | scid::core::ERROR_Corrupt = 152 |
| |
|
const errorT | scid::core::ERROR_Full = 201 |
| |
|
const errorT | scid::core::ERROR_NameNotFound = 202 |
| |
|
const errorT | scid::core::ERROR_NotFound = 202 |
| |
|
const errorT | scid::core::ERROR_NameExists = 203 |
| |
|
const errorT | scid::core::ERROR_Exists = 203 |
| |
|
const errorT | scid::core::ERROR_NameBaseEmpty = 204 |
| |
|
const errorT | scid::core::ERROR_Empty = 204 |
| |
|
const errorT | scid::core::ERROR_NoMatchFound = 205 |
| |
|
const errorT | scid::core::ERROR_NameDataLoss = 206 |
| |
|
const errorT | scid::core::ERROR_NameTooLong = 207 |
| |
|
const errorT | scid::core::ERROR_NameLimit = 208 |
| |
|
const errorT | scid::core::ERROR_OffsetLimit = 209 |
| |
|
const errorT | scid::core::ERROR_GameLengthLimit = 210 |
| |
|
const errorT | scid::core::ERROR_NumGamesLimit = 211 |
| |
|
const errorT | scid::core::ERROR_InvalidFEN = 301 |
| |
|
const errorT | scid::core::ERROR_InvalidMove = 302 |
| |
|
const errorT | scid::core::ERROR_PieceCount = 303 |
| |
|
const errorT | scid::core::ERROR_Game = 400 |
| |
|
const errorT | scid::core::ERROR_EndOfMoveList = 401 |
| |
|
const errorT | scid::core::ERROR_StartOfMoveList = 402 |
| |
|
const errorT | scid::core::ERROR_NoVariation = 403 |
| |
|
const errorT | scid::core::ERROR_EmptyVariation = 404 |
| |
|
const errorT | scid::core::ERROR_VariationLimit = 405 |
| |
|
const errorT | scid::core::ERROR_Decode = 406 |
| |
|
const errorT | scid::core::ERROR_GameFull = 407 |
| |
|
const errorT | scid::core::ERROR_BufferFull = 601 |
| |
|
const errorT | scid::core::ERROR_BufferRead = 602 |
| |
|
const errorT | scid::core::ERROR_CodecUnsupFeat = 701 |
| |
|
const errorT | scid::core::ERROR_CodecChess960 = 702 |
| |
Shared status and error codes.