AI-generated Key Takeaways
-
ConversionStatus indicates whether an inserted or updated conversion was successful and provides details on any errors.
-
The
conversionfield contains the original conversion object. -
The
errorsfield lists anyConversionErrorobjects associated with the conversion. -
ConversionErrorobjects include acodeandmessagedescribing the failure. -
Codeis an enum that specifies the type of error encountered.
The original conversion that was inserted or updated and whether there were any errors.
| JSON representation |
|---|
{ "conversion" : { object ( |
| Fields | |
|---|---|
conversion
|
The original conversion that was inserted or updated. |
errors[]
|
A list of errors related to this conversion. |
kind
|
Identifies what kind of resource this is. Value: the fixed string . |
ConversionError
The error code and description for a conversion that failed to insert or update.
| JSON representation |
|---|
{
"code"
:
enum (
|
| Fields | |
|---|---|
code
|
The error code. |
kind
|
Identifies what kind of resource this is. Value: the fixed string . |
Code
| Enums | |
|---|---|
INVALID_ARGUMENT
|
|
INTERNAL
|
|
PERMISSION_DENIED
|
|
NOT_FOUND
|
|

