[This is preliminary documentation and is subject to change.]

List of common world operation issues. Used by WorldOpException.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)

Syntax

   
 C# 
public enum WorldOpExceptionCode

Members

MemberValueDescription
Unexpected0
Something new, exciting and dangerous happened! We don't know what it was though.
NoChangeNeeded1
No changes were needed or made (e.g. renaming a world to the same name).
InvalidWorldName2
Given world name was of invalid format.
WorldNotFound3
Given world could not be found by name.
DuplicateWorldName4
A world could not be added or renamed because the name is taken by another world.
SecurityError5
A permission issue prohibited the operation.
CannotDoThatToMainWorld6
Operation may not be done on the world designated as main.
MapNotFound7
Specified map file could not be found.
MapPathError8
Given map path was invalid or inaccessible.
MapLoadError9
Map file was found but could not be loaded.
MapSaveError10
Map file could not be saved.
MapMoveError11
Map file could not be renamed, replaced, or moved.
Cancelled12
A plugin callback cancelled the operation.

See Also