Appearance
Gravinium.Jilwer.Core.Error
Standard value returned from failable methods throughout Jilwer.
public enum Error
public enum Error { None = 0x00, IndexOutOfBounds = 0x01, InvalidType = 0x02, RuntimeDoesNotExist = 0x03, KeyValueNotFound = 0x04, }