Documentation ¶
Index ¶
- Variables
- type DeploymentErrorDetails
- func (*DeploymentErrorDetails) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentErrorDetails) GetErrorMessage() string
- func (*DeploymentErrorDetails) ProtoMessage()
- func (x *DeploymentErrorDetails) ProtoReflect() protoreflect.Message
- func (x *DeploymentErrorDetails) Reset()
- func (x *DeploymentErrorDetails) String() string
- type InternalErrorDetails
- func (*InternalErrorDetails) Descriptor() ([]byte, []int)deprecated
- func (x *InternalErrorDetails) GetErrorMessage() string
- func (*InternalErrorDetails) ProtoMessage()
- func (x *InternalErrorDetails) ProtoReflect() protoreflect.Message
- func (x *InternalErrorDetails) Reset()
- func (x *InternalErrorDetails) String() string
- type ResourceNotFoundDetails
- func (*ResourceNotFoundDetails) Descriptor() ([]byte, []int)deprecated
- func (x *ResourceNotFoundDetails) GetResourceId() string
- func (*ResourceNotFoundDetails) ProtoMessage()
- func (x *ResourceNotFoundDetails) ProtoReflect() protoreflect.Message
- func (x *ResourceNotFoundDetails) Reset()
- func (x *ResourceNotFoundDetails) String() string
- type ResourceValidationError
- func (*ResourceValidationError) Descriptor() ([]byte, []int)deprecated
- func (m *ResourceValidationError) GetErrorDetails() isResourceValidationError_ErrorDetails
- func (x *ResourceValidationError) GetErrorMessage() string
- func (x *ResourceValidationError) GetFieldName() string
- func (x *ResourceValidationError) GetNotFoundDetails() *ResourceValidationError_NotFoundDetails
- func (x *ResourceValidationError) GetResourceId() string
- func (*ResourceValidationError) ProtoMessage()
- func (x *ResourceValidationError) ProtoReflect() protoreflect.Message
- func (x *ResourceValidationError) Reset()
- func (x *ResourceValidationError) String() string
- type ResourceValidationError_NotFoundDetails
- func (*ResourceValidationError_NotFoundDetails) Descriptor() ([]byte, []int)deprecated
- func (x *ResourceValidationError_NotFoundDetails) GetResourceId() string
- func (*ResourceValidationError_NotFoundDetails) ProtoMessage()
- func (x *ResourceValidationError_NotFoundDetails) ProtoReflect() protoreflect.Message
- func (x *ResourceValidationError_NotFoundDetails) Reset()
- func (x *ResourceValidationError_NotFoundDetails) String() string
- type ResourceValidationError_NotFoundDetails_
Constants ¶
This section is empty.
Variables ¶
View Source
var File_api_proto_errorspb_errors_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DeploymentErrorDetails ¶ added in v0.1.17
type DeploymentErrorDetails struct { ErrorMessage string `protobuf:"bytes,1,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` // contains filtered or unexported fields }
func (*DeploymentErrorDetails) Descriptor
deprecated
added in
v0.1.17
func (*DeploymentErrorDetails) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentErrorDetails.ProtoReflect.Descriptor instead.
func (*DeploymentErrorDetails) GetErrorMessage ¶ added in v0.1.17
func (x *DeploymentErrorDetails) GetErrorMessage() string
func (*DeploymentErrorDetails) ProtoMessage ¶ added in v0.1.17
func (*DeploymentErrorDetails) ProtoMessage()
func (*DeploymentErrorDetails) ProtoReflect ¶ added in v0.1.17
func (x *DeploymentErrorDetails) ProtoReflect() protoreflect.Message
func (*DeploymentErrorDetails) Reset ¶ added in v0.1.17
func (x *DeploymentErrorDetails) Reset()
func (*DeploymentErrorDetails) String ¶ added in v0.1.17
func (x *DeploymentErrorDetails) String() string
type InternalErrorDetails ¶
type InternalErrorDetails struct { ErrorMessage string `protobuf:"bytes,1,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` // contains filtered or unexported fields }
func (*InternalErrorDetails) Descriptor
deprecated
func (*InternalErrorDetails) Descriptor() ([]byte, []int)
Deprecated: Use InternalErrorDetails.ProtoReflect.Descriptor instead.
func (*InternalErrorDetails) GetErrorMessage ¶
func (x *InternalErrorDetails) GetErrorMessage() string
func (*InternalErrorDetails) ProtoMessage ¶
func (*InternalErrorDetails) ProtoMessage()
func (*InternalErrorDetails) ProtoReflect ¶
func (x *InternalErrorDetails) ProtoReflect() protoreflect.Message
func (*InternalErrorDetails) Reset ¶
func (x *InternalErrorDetails) Reset()
func (*InternalErrorDetails) String ¶
func (x *InternalErrorDetails) String() string
type ResourceNotFoundDetails ¶
type ResourceNotFoundDetails struct { ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` // contains filtered or unexported fields }
func (*ResourceNotFoundDetails) Descriptor
deprecated
func (*ResourceNotFoundDetails) Descriptor() ([]byte, []int)
Deprecated: Use ResourceNotFoundDetails.ProtoReflect.Descriptor instead.
func (*ResourceNotFoundDetails) GetResourceId ¶
func (x *ResourceNotFoundDetails) GetResourceId() string
func (*ResourceNotFoundDetails) ProtoMessage ¶
func (*ResourceNotFoundDetails) ProtoMessage()
func (*ResourceNotFoundDetails) ProtoReflect ¶
func (x *ResourceNotFoundDetails) ProtoReflect() protoreflect.Message
func (*ResourceNotFoundDetails) Reset ¶
func (x *ResourceNotFoundDetails) Reset()
func (*ResourceNotFoundDetails) String ¶
func (x *ResourceNotFoundDetails) String() string
type ResourceValidationError ¶
type ResourceValidationError struct { ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` // this is tentative, it might not be populated or might have a different name from the proto request FieldName string `protobuf:"bytes,3,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"` // Types that are assignable to ErrorDetails: // *ResourceValidationError_NotFoundDetails_ ErrorDetails isResourceValidationError_ErrorDetails `protobuf_oneof:"ErrorDetails"` // contains filtered or unexported fields }
func (*ResourceValidationError) Descriptor
deprecated
func (*ResourceValidationError) Descriptor() ([]byte, []int)
Deprecated: Use ResourceValidationError.ProtoReflect.Descriptor instead.
func (*ResourceValidationError) GetErrorDetails ¶ added in v0.1.27
func (m *ResourceValidationError) GetErrorDetails() isResourceValidationError_ErrorDetails
func (*ResourceValidationError) GetErrorMessage ¶
func (x *ResourceValidationError) GetErrorMessage() string
func (*ResourceValidationError) GetFieldName ¶
func (x *ResourceValidationError) GetFieldName() string
func (*ResourceValidationError) GetNotFoundDetails ¶ added in v0.1.27
func (x *ResourceValidationError) GetNotFoundDetails() *ResourceValidationError_NotFoundDetails
func (*ResourceValidationError) GetResourceId ¶
func (x *ResourceValidationError) GetResourceId() string
func (*ResourceValidationError) ProtoMessage ¶
func (*ResourceValidationError) ProtoMessage()
func (*ResourceValidationError) ProtoReflect ¶
func (x *ResourceValidationError) ProtoReflect() protoreflect.Message
func (*ResourceValidationError) Reset ¶
func (x *ResourceValidationError) Reset()
func (*ResourceValidationError) String ¶
func (x *ResourceValidationError) String() string
type ResourceValidationError_NotFoundDetails ¶ added in v0.1.27
type ResourceValidationError_NotFoundDetails struct { ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"` // contains filtered or unexported fields }
func (*ResourceValidationError_NotFoundDetails) Descriptor
deprecated
added in
v0.1.27
func (*ResourceValidationError_NotFoundDetails) Descriptor() ([]byte, []int)
Deprecated: Use ResourceValidationError_NotFoundDetails.ProtoReflect.Descriptor instead.
func (*ResourceValidationError_NotFoundDetails) GetResourceId ¶ added in v0.1.27
func (x *ResourceValidationError_NotFoundDetails) GetResourceId() string
func (*ResourceValidationError_NotFoundDetails) ProtoMessage ¶ added in v0.1.27
func (*ResourceValidationError_NotFoundDetails) ProtoMessage()
func (*ResourceValidationError_NotFoundDetails) ProtoReflect ¶ added in v0.1.27
func (x *ResourceValidationError_NotFoundDetails) ProtoReflect() protoreflect.Message
func (*ResourceValidationError_NotFoundDetails) Reset ¶ added in v0.1.27
func (x *ResourceValidationError_NotFoundDetails) Reset()
func (*ResourceValidationError_NotFoundDetails) String ¶ added in v0.1.27
func (x *ResourceValidationError_NotFoundDetails) String() string
type ResourceValidationError_NotFoundDetails_ ¶ added in v0.1.27
type ResourceValidationError_NotFoundDetails_ struct {
NotFoundDetails *ResourceValidationError_NotFoundDetails `protobuf:"bytes,4,opt,name=not_found_details,json=notFoundDetails,proto3,oneof"`
}
Click to show internal directories.
Click to hide internal directories.