enum | ErrorCode {
NoError = 0,
Busy = 701,
BusyWithNR = 711,
NotMaster = 702,
TooManySchemaOps = 783,
InvalidTransKey = 781,
InvalidTransId = 782,
InvalidFormat = 703,
AttributeNameTooLong = 704,
TableNameTooLong = 705,
Inconsistency = 706,
NoMoreTableRecords = 707,
NoMoreAttributeRecords = 708,
AttributeNameTwice = 720,
TableAlreadyExist = 721,
InvalidArraySize = 736,
ArraySizeTooBig = 737,
RecordTooBig = 738,
InvalidPrimaryKeySize = 739,
NullablePrimaryKey = 740,
InvalidCharset = 743,
SingleUser = 299,
InvalidTablespace = 755,
VarsizeBitfieldNotSupported = 757,
NotATablespace = 758,
InvalidTablespaceVersion = 759,
OutOfStringBuffer = 773,
NoLoggingTemporaryTable = 778,
InvalidHashMap = 790,
TableDefinitionTooBig = 793,
FeatureRequiresUpgrade = 794
} |