Documentation
¶
Index ¶
- Variables
- type CmdletError
- func (*CmdletError) Descriptor() ([]byte, []int)deprecated
- func (x *CmdletError) GetCmdletName() string
- func (x *CmdletError) GetCode() uint32
- func (x *CmdletError) GetMessage() string
- func (*CmdletError) ProtoMessage()
- func (x *CmdletError) ProtoReflect() protoreflect.Message
- func (x *CmdletError) Reset()
- func (x *CmdletError) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_github_com_kubernetes_csi_csi_proxy_client_api_errors_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CmdletError ¶
type CmdletError struct { // Name of the cmdlet that errored out. CmdletName string `protobuf:"bytes,1,opt,name=cmdlet_name,json=cmdletName,proto3" json:"cmdlet_name,omitempty"` // Error code that got returned. Code uint32 `protobuf:"varint,2,opt,name=code,proto3" json:"code,omitempty"` // Human-readable error message - can be empty. Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
CommandError details errors yielded by cmdlet calls.
func (*CmdletError) Descriptor
deprecated
func (*CmdletError) Descriptor() ([]byte, []int)
Deprecated: Use CmdletError.ProtoReflect.Descriptor instead.
func (*CmdletError) GetCmdletName ¶
func (x *CmdletError) GetCmdletName() string
func (*CmdletError) GetCode ¶
func (x *CmdletError) GetCode() uint32
func (*CmdletError) GetMessage ¶
func (x *CmdletError) GetMessage() string
func (*CmdletError) ProtoMessage ¶
func (*CmdletError) ProtoMessage()
func (*CmdletError) ProtoReflect ¶ added in v1.0.0
func (x *CmdletError) ProtoReflect() protoreflect.Message
func (*CmdletError) Reset ¶
func (x *CmdletError) Reset()
func (*CmdletError) String ¶
func (x *CmdletError) String() string
Click to show internal directories.
Click to hide internal directories.