Changed error result with response_metadata field set to something with more context
Turns response.error variable from:
Error: validation_errors
to
Error: validation_errors - [ERROR] Element 2 field 'label' cannot be longer than 24 characters
if the response JSON body has a field response_metadata that is not empty.
Changed error result with response_metadata field set to something with more context
Turns response.error variable from:
Error: validation_errors
toError: validation_errors - [ERROR] Element 2 field 'label' cannot be longer than 24 characters
if the response JSON body has a fieldresponse_metadata
that is not empty.