hasGenericError static method
Implementation
static bool hasGenericError(PupauMessage message) =>
message.error != null && message.type != MessageType.noDocument;
static bool hasGenericError(PupauMessage message) =>
message.error != null && message.type != MessageType.noDocument;