add errorMsg property
This commit is contained in:
parent
011c754089
commit
29c4a71dc3
|
@ -7,11 +7,15 @@
|
|||
//
|
||||
|
||||
open class StORM {
|
||||
// open var connection = StORMConnect() // covariant?
|
||||
// open var cursor = StORMCursor()
|
||||
|
||||
open var results = StORMResultSet()
|
||||
|
||||
// connection error status
|
||||
open var error = StORMError()
|
||||
|
||||
// should contain last error message as string.
|
||||
open var errorMsg = ""
|
||||
|
||||
public init() {}
|
||||
|
||||
// introspection of structure
|
||||
|
|
Loading…
Reference in New Issue