hasGenericError static method

bool hasGenericError(
  1. PupauMessage message
)

Implementation

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