FieldNotFound type

Represents an error of reading non-existent field of an object.

Example

{
  type T
  t.a = 1
  echo(t.b)
}
# ... Exception of type FieldNotFound ...

Direct parent types

LookupFail
Represents an error of accessing non-existent element of a collection.
Direct subtypes: 5