Variable GLProgram.error

class GLProgram
{
  // ...
  bool error;
  // ...
}