yaml-datastore / YdsResult
Defined in: result.ts:4
Represents results of a yaml-datastore operation
new YdsResult(
success,element,message):YdsResult
Defined in: result.ts:17
Default constructor for YdsResult
boolean
success status of a yaml-datastore operation
any
element read into memory or stored on-disk per yaml-datastore operation
string
message describing success status of a yaml-datastore operation
YdsResult
new YdsResult object
get element():
any
Defined in: result.ts:31
any
element read into memory or stored on-disk per yaml-datastore operation.
get message():
string
Defined in: result.ts:35
string
message describing success status of a yaml-datastore operation.
get success():
boolean
Defined in: result.ts:27
boolean
success status of a yaml-datastore operation.