Scid  4.7.0
Typedefs | Variables
error.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned short errorT
 

Variables

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

Typedef Documentation

◆ errorT

typedef unsigned short errorT

Definition at line 20 of file error.h.

Variable Documentation

◆ ERROR

const errorT ERROR = 1

Definition at line 26 of file error.h.

◆ ERROR_BadArg

const errorT ERROR_BadArg = 3

Definition at line 28 of file error.h.

◆ ERROR_BadMagic

const errorT ERROR_BadMagic = 105

Definition at line 35 of file error.h.

◆ ERROR_BufferFull

const errorT ERROR_BufferFull = 601

Definition at line 78 of file error.h.

◆ ERROR_BufferRead

const errorT ERROR_BufferRead = 602

Definition at line 79 of file error.h.

◆ ERROR_CastlingAvailability

const errorT ERROR_CastlingAvailability = 408

Definition at line 75 of file error.h.

◆ ERROR_CodecUnsupFeat

const errorT ERROR_CodecUnsupFeat = 701

Definition at line 82 of file error.h.

◆ ERROR_CompactRemove

const errorT ERROR_CompactRemove = 121

Definition at line 42 of file error.h.

◆ ERROR_Corrupt

const errorT ERROR_Corrupt = 152

Definition at line 46 of file error.h.

◆ ERROR_CorruptData

const errorT ERROR_CorruptData = 152

Definition at line 46 of file error.h.

◆ ERROR_Decode

const errorT ERROR_Decode = 406

Definition at line 73 of file error.h.

◆ ERROR_Empty

const errorT ERROR_Empty = 204

Definition at line 52 of file error.h.

◆ ERROR_EmptyVariation

const errorT ERROR_EmptyVariation = 404

Definition at line 71 of file error.h.

◆ ERROR_EndOfMoveList

const errorT ERROR_EndOfMoveList = 401

Definition at line 68 of file error.h.

◆ ERROR_Exists

const errorT ERROR_Exists = 203

Definition at line 51 of file error.h.

◆ ERROR_FileInUse

const errorT ERROR_FileInUse = 107

Definition at line 37 of file error.h.

◆ ERROR_FileMode

const errorT ERROR_FileMode = 108

Definition at line 38 of file error.h.

◆ ERROR_FileNotOpen

const errorT ERROR_FileNotOpen = 106

Definition at line 36 of file error.h.

◆ ERROR_FileOpen

const errorT ERROR_FileOpen = 101

Definition at line 31 of file error.h.

◆ ERROR_FileRead

const errorT ERROR_FileRead = 103

Definition at line 33 of file error.h.

◆ ERROR_FileReadOnly

const errorT ERROR_FileReadOnly = 111

Definition at line 41 of file error.h.

◆ ERROR_FileSeek

const errorT ERROR_FileSeek = 104

Definition at line 34 of file error.h.

◆ ERROR_FileVersion

const errorT ERROR_FileVersion = 109

Definition at line 39 of file error.h.

◆ ERROR_FileWrite

const errorT ERROR_FileWrite = 102

Definition at line 32 of file error.h.

◆ ERROR_Full

const errorT ERROR_Full = 201

Definition at line 49 of file error.h.

◆ ERROR_Game

const errorT ERROR_Game = 400

Definition at line 67 of file error.h.

◆ ERROR_GameFull

const errorT ERROR_GameFull = 407

Definition at line 74 of file error.h.

◆ ERROR_GameLengthLimit

const errorT ERROR_GameLengthLimit = 210

Definition at line 58 of file error.h.

◆ ERROR_InvalidFEN

const errorT ERROR_InvalidFEN = 301

Definition at line 62 of file error.h.

◆ ERROR_InvalidMove

const errorT ERROR_InvalidMove = 302

Definition at line 63 of file error.h.

◆ ERROR_MallocFailed

const errorT ERROR_MallocFailed = 151

Definition at line 45 of file error.h.

◆ ERROR_NameBaseEmpty

const errorT ERROR_NameBaseEmpty = 204

Definition at line 52 of file error.h.

◆ ERROR_NameDataLoss

const errorT ERROR_NameDataLoss = 206

Definition at line 54 of file error.h.

◆ ERROR_NameExists

const errorT ERROR_NameExists = 203

Definition at line 51 of file error.h.

◆ ERROR_NameLimit

const errorT ERROR_NameLimit = 208

Definition at line 56 of file error.h.

◆ ERROR_NameNotFound

const errorT ERROR_NameNotFound = 202

Definition at line 50 of file error.h.

◆ ERROR_NameTooLong

const errorT ERROR_NameTooLong = 207

Definition at line 55 of file error.h.

◆ ERROR_NoMatchFound

const errorT ERROR_NoMatchFound = 205

Definition at line 53 of file error.h.

◆ ERROR_NotFound

const errorT ERROR_NotFound = 202

Definition at line 50 of file error.h.

◆ ERROR_NoVariation

const errorT ERROR_NoVariation = 403

Definition at line 70 of file error.h.

◆ ERROR_NumGamesLimit

const errorT ERROR_NumGamesLimit = 211

Definition at line 59 of file error.h.

◆ ERROR_OffsetLimit

const errorT ERROR_OffsetLimit = 209

Definition at line 57 of file error.h.

◆ ERROR_OldScidVersion

const errorT ERROR_OldScidVersion = 110

Definition at line 40 of file error.h.

◆ ERROR_PieceCount

const errorT ERROR_PieceCount = 303

Definition at line 64 of file error.h.

◆ ERROR_StartOfMoveList

const errorT ERROR_StartOfMoveList = 402

Definition at line 69 of file error.h.

◆ ERROR_UserCancel

const errorT ERROR_UserCancel = 2

Definition at line 27 of file error.h.

◆ ERROR_VariationLimit

const errorT ERROR_VariationLimit = 405

Definition at line 72 of file error.h.

◆ OK

const errorT OK = 0

Definition at line 23 of file error.h.