21 package com.mysql.ndbjtie.ndbapi;
23 import java.nio.ByteBuffer;
25 import com.mysql.jtie.Wrapper;
39 ApplicationError = 1 ,
41 ConstraintViolation = 3 ,
43 UserDefinedError = 5 ,
44 InsufficientSpace = 6 ,
45 TemporaryResourceError = 7 ,
46 NodeRecoveryError = 8 ,
49 UnknownResultError = 11 ,
51 FunctionNotImplemented = 13 ,
52 UnknownErrorCode = 14 ,
54 SchemaObjectExists = 17 ,
55 InternalTemporary = 18 ;