add errorMsg property

This commit is contained in:
Jonathan Guthrie 2016-10-05 15:15:07 -04:00
parent 011c754089
commit 29c4a71dc3
1 changed files with 6 additions and 2 deletions

View File

@ -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