@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface IoK8sApiStorageV1VolumeError

    VolumeError captures an error encountered during a volume operation.

    interface IoK8sApiStorageV1VolumeError {
        errorCode?: number;
        message?: string;
        time?: string;
    }
    Index

    Properties

    errorCode?: number

    errorCode is a numeric gRPC code representing the error encountered during Attach or Detach operations.

    This is an optional, alpha field that requires the MutableCSINodeAllocatableCount feature gate being enabled to be set.

    int32

    message?: string

    message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.

    time?: string

    time represents the time the error was encountered.