class

LibStatus

@Js
@Serializable { simple=true }
const class LibStatus : Enum

LibStatus

constructors fromStr

Return the LibStatus instance for the specified name

fields err

Load was attempted, but failed due to compiler error

vals

List of LibStatus values indexed by ordinal

ok

The library was successfully loaded into namespace

err const static LibStatus : err

Load was attempted, but failed due to compiler error

fromStr 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.

ok const static LibStatus : ok

The library was successfully loaded into namespace

vals const static LibStatus[] : vals

List of LibStatus values indexed by ordinal

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST