Closed firepear closed 8 years ago
It should be easy to distinguish between a Petrel error response (in fact, it should be handled in pclient) and a message which is coming from the app. Need a prefix to distinguish this.
Looks like PERR
The format should be
PERRPERRPERR {error struct}
pclient will know to catch this and handle diagnostics
Just PERRPERR should do it.
It should be easy to distinguish between a Petrel error response (in fact, it should be handled in pclient) and a message which is coming from the app. Need a prefix to distinguish this.