{
  "description": "VolumeError captures an error encountered during a volume operation.",
  "properties": {
    "errorCode": {
      "description": "errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.\n\nThis is an optional, beta field that requires the MutableCSINodeAllocatableCount feature gate being enabled to be set.",
      "format": "int32",
      "type": [
        "integer",
        "null"
      ]
    },
    "message": {
      "description": "message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.",
      "type": [
        "string",
        "null"
      ]
    },
    "time": {
      "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time",
      "description": "time represents the time the error was encountered."
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}