hasTag method

bool hasTag(
  1. EdgeDBErrorTag tag
)

Implementation

bool hasTag(EdgeDBErrorTag tag) {
  return tags.contains(tag);
}