code property
Error code indicating the nature of the error. Possible string values are:
- "PROCESSING_ERROR_CODE_UNSPECIFIED" : Input only value. Use this value in Items.
- "MALFORMED_REQUEST" : Item's ACL, metadata, or content is malformed or in invalid state. FieldViolations contains more details on where the problem is.
- "UNSUPPORTED_CONTENT_FORMAT" : Countent format is unsupported.
- "INDIRECT_BROKEN_ACL" : Items with incomplete ACL information due to inheriting other items with broken ACL or having groups with unmapped descendants.
- "ACL_CYCLE" : ACL inheritance graph formed a cycle.
Implementation
core.String? code;