Media Error Details

Inspect standardized media API error details that explain why asynchronous bulk edit processing failed.
JSON example
1{
2  "code": "INVALID_FIELD_VALUE",
3  "message": "One or more field values in the bulk edit request are invalid."
4}
Properties
Property Name Type Description Required or Optional Available Version
code String Error code that classifies the failure encountered during processing. Optional 67.0
message String Human-readable error message describing why the operation failed. Optional 67.0