Data type representing the result of a compile attempt.
Fields
int resultCode The result of the compile (success or failure).
byte objectCode[] The compiled component object file, which can be written to disk as a '.o' file.
CompileError errors[] The list of compile errors and/or warnings, if any.