respondWithError property

bool Function(ApbPacket request)? respondWithError
final

A function that determines whether a response for a request should contain an error (slvErr).

If none is provided, it will always respond with no error.

Implementation

final bool Function(ApbPacket request)? respondWithError;