locationType property
Possible string values are:
- "PATH" : location is an xpath-like path pointing to the request field that caused the error.
- "OTHER" : other location type which can safely be shared externally.
- "PARAMETER" : Location is request parameter. This maps to the {@link PARAMETERS} in {@link MessageLocation}.
Implementation
core.String? locationType;