errorUuid property

  1. @TagNumber(2)
String get errorUuid

A unique identifier for this specific error, allowing it to be traced throughout the system in logs and API responses.

Implementation

@$pb.TagNumber(2)
$core.String get errorUuid => $_getSZ(1);
  1. @TagNumber(2)
set errorUuid (String v)

Implementation

@$pb.TagNumber(2)
set errorUuid($core.String v) { $_setString(1, v); }