[This is preliminary documentation and is subject to change.]
List of common world operation issues. Used by WorldOpException.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)
Syntax
| C# |
public enum WorldOpExceptionCode
Members
| Member | Value | Description |
|---|---|---|
| Unexpected | 0 | Something new, exciting and dangerous happened! We don't know what it was though. |
| NoChangeNeeded | 1 | No changes were needed or made (e.g. renaming a world to the same name). |
| InvalidWorldName | 2 | Given world name was of invalid format. |
| WorldNotFound | 3 | Given world could not be found by name. |
| DuplicateWorldName | 4 | A world could not be added or renamed because the name is taken by another world. |
| SecurityError | 5 | A permission issue prohibited the operation. |
| CannotDoThatToMainWorld | 6 | Operation may not be done on the world designated as main. |
| MapNotFound | 7 | Specified map file could not be found. |
| MapPathError | 8 | Given map path was invalid or inaccessible. |
| MapLoadError | 9 | Map file was found but could not be loaded. |
| MapSaveError | 10 | Map file could not be saved. |
| MapMoveError | 11 | Map file could not be renamed, replaced, or moved. |
| Cancelled | 12 | A plugin callback cancelled the operation. |