FieldNotFound type
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
{
  type T
  t.a = 1
  echo(t.b)
}
# ... Exception of type FieldNotFound ...