interface Event {
    Client?: clientpb.Client;
    Data: Buffer;
    Err: string;
    EventType: string;
    Job?: clientpb.Job;
    Session?: clientpb.Session;
}

Properties

Client?: clientpb.Client
Data: Buffer
Err: string

Can't trigger normal gRPC error

EventType: string
Session?: clientpb.Session