domain property

  1. @TagNumber.new(2)
String get domain

The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".

Implementation

@$pb.TagNumber(2)
$core.String get domain => $_getSZ(1);
  1. @TagNumber.new(2)
set domain (String value)

Implementation

@$pb.TagNumber(2)
set domain($core.String value) => $_setString(1, value);