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