public static function castMessage(Message $c, array $a, Stub $stub, bool $isNested) : array { $prefix = Caster::PREFIX_VIRTUAL; $a += [ $prefix . 'errstr' => $c->errstr(), ]; return $a; }