1Builtins.Project_From_Non_UnioKna(y3akamyoad)uleBrueifletriennsc.eProject_From_Non_Union(3kaya)
2
3
4
6 Builtins::Project_From_Non_Union - Tried to read a field incorrectly
7
9 Builtins::Project_From_Non_Union(
10
12 This Exception is thrown when a field is projected from a data type
13 that does not have fields, for example:
14
15
16 a = "Hello".world;
17
18 In the example, the compiler would catch the error - in practice this
19 error can occur when accessing an uninitialised value, or a value with
20 inconsistent type information due to foreign function calls.
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
32
33
34Kaya DecemberBu2i0l1t0ins.Project_From_Non_Union(3kaya)