Enumerations

Error codes

Enumerations

enum  GuidoErrCode {
  guidoNoErr = 0, guidoErrParse = -1, guidoErrMemory = -2, guidoErrFileAccess = -3,
  guidoErrUserCancel = -4, guidoErrNoMusicFont = -5, guidoErrNoTextFont = -6, guidoErrBadParameter = -7,
  guidoErrInvalidHandle = -8, guidoErrNotInitialized = -9, guidoErrActionFailed = -10
}
 

The guido error codes list.

More...

Enumeration Type Documentation

The guido error codes list.

This is the list of possible error codes returned by GuidoEngine and GuidoFactory APIs

Enumerator:
guidoNoErr 

null is used to denote no error

guidoErrParse 

error while parsing the Guido format

guidoErrMemory 

memory allocation error

guidoErrFileAccess 

error while reading or writing a file

guidoErrUserCancel 

the user cancelled the action

guidoErrNoMusicFont 

the music font is not available

guidoErrNoTextFont 

the text font is not available

guidoErrBadParameter 

bad parameter used as argument

guidoErrInvalidHandle 

invalid handler used

guidoErrNotInitialized 

required initialisation has not been performed

guidoErrActionFailed 

the action failed