Ferreteria/v0.6/clade/Sys/Data/Engine/aux/ActionRq/Admin/ItWent
Jump to navigation
Jump to search
| ||||||||||||||
Status
- 2025-11-10 #TODO: All this does is provide these two constants, which probably belong elsewhere.
- 2025-12-07 Actually, maybe this should be the return-type for RunDatabase(), and encapsulate the native object? Or something?
Code
interface iItWent extends BaseIface {
// ERROR CODES
const N_ERR_DB_DEFN = 1;
const N_ERR_DB_SLUG = 2;
}
class cItWent extends BaseClass implements iItWent {
}