type: object
properties:
  code:
    type: number
    enum: [15]
  status:
    type: string
    enum: [DATA_LOSS]
  message:
    type: string
  details:
    $ref: google.rpc.error_details.yaml
