Commonly used error codes.
Classes | |
| class | Common::Error |
| enum Common::ErrorCode |
Error codes that may be reported by plugins under various circumstances.
| Enumerator | |
|---|---|
| kNoError | No error occurred. |
| kNoGameDataFoundError | Engine initialization: No game data was found in the specified location. |
| kUnsupportedGameidError | Engine initialization: Game ID not supported by this (Meta)Engine. |
| kUnsupportedColorMode | Engine initialization: Engine does not support backend's color mode. |
| kAudioDeviceInitFailed | |
| kReadPermissionDenied | Unable to read data due to missing read permission. |
| kWritePermissionDenied | Unable to write data due to missing write permission. |
| kPathDoesNotExist | The specified path does not exist. |
| kPathNotDirectory | The specified path does not point to a directory. |
| kPathNotFile | The specified path does not point to a file. |
| kCreatingFileFailed | Failed creating a (savestate) file. |
| kReadingFailed | Failed to read a file (permission denied?). |
| kWritingFailed | Failure to write data - disk full? |
| kMetaEnginePluginNotFound | Failed to find a MetaEnginePlugin. |
| kEnginePluginNotFound | Failed to find an Engine plugin to handle target. |
| kEnginePluginNotSupportSaves | The plugin does not support listing save states. |
| kUserCanceled | User has canceled the launching of the game. |
| kUnknownError | Catch-all error, used if no other error code matches. |