ObjPgSQL  Documentation

#import "PGException.h"

@interface PGCommandFailedException: PGException
{
	OFString *command;
}

#ifdef OF_HAVE_PROPERTIES
@property (readonly, copy, nonatomic) OFString *command;
#endif

+ exceptionWithClass: (Class)class_
	  connection: (PGConnection*)connection
	     command: (OFString*)command;
- initWithClass: (Class)class_
     connection: (PGConnection*)connection
	command: (OFString*)command;
- (OFString*)command;
@end

SQLITE_FULL(13): statement aborts at 27: [REPLACE INTO config(name,value,mtime)VALUES('baseurl:https://fl.nil.im/objpgsql',1,now())] database or disk is full SQL: REPLACE INTO config(name,value,mtime)VALUES('baseurl:https://fl.nil.im/objpgsql',1,now())