LookupFail type

Represents an error of accessing non-existent element of a collection.

Direct parent types

Error
Represents an error. Usually more specific error types are used.
Direct subtypes: 24

Direct children types

ElementNotFound
Undocumented
FieldNotFound
Represents an error of reading non-existent field of an object.
GlobalNotFound
Represents an error of accessing undefined global variable.
IndexNotFound
Represents an error of out-of-bounds array index.
Direct subtypes: 1
KeyNotFound
Represents an error of accessing non-existent key in a hash.