Class VolumeError

    • Constructor Detail

      • VolumeError

        public VolumeError()
        No args constructor for use in serialization
    • Method Detail

      • getErrorCode

        public Integer getErrorCode()
        errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.


        This field requires the MutableCSINodeAllocatableCount feature gate being enabled to be set.

      • setErrorCode

        public void setErrorCode​(Integer errorCode)
        errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.


        This field requires the MutableCSINodeAllocatableCount feature gate being enabled to be set.

      • getMessage

        public String getMessage()
        message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
      • setMessage

        public void setMessage​(String message)
        message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.
      • getTime

        public String getTime()
        VolumeError captures an error encountered during a volume operation.
      • setTime

        public void setTime​(String time)
        VolumeError captures an error encountered during a volume operation.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)