isInformational function

bool isInformational(
  1. OperationOutcome operationOutcome
)

Implementation

bool isInformational(OperationOutcome operationOutcome) =>
    operationOutcome.issue.first.code.toString().toLowerCase() ==
    'informational';