LibStatus
@Js
@Serializable { simple=true }
const class LibStatus : Enum
LibStatus
Return the LibStatus instance for the specified name
Load was attempted, but failed due to compiler error
List of LibStatus values indexed by ordinal
The library was successfully loaded into namespace
const static LibStatus : err
Load was attempted, but failed due to compiler error
static new fromStr(Str name, Bool checked)
Return the LibStatus instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
const static LibStatus : ok
The library was successfully loaded into namespace
const static LibStatus[] : vals
List of LibStatus values indexed by ordinal