Documentation ¶
Index ¶
- Variables
- 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 (x *ResourceValidationError) GetErrorMessage() string
- func (x *ResourceValidationError) GetFieldName() string
- func (x *ResourceValidationError) GetResourceId() string
- func (*ResourceValidationError) ProtoMessage()
- func (x *ResourceValidationError) ProtoReflect() protoreflect.Message
- func (x *ResourceValidationError) Reset()
- func (x *ResourceValidationError) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_api_proto_errors_errors_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type InternalErrorDetails ¶ added in v0.1.13
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
added in
v0.1.13
func (*InternalErrorDetails) Descriptor() ([]byte, []int)
Deprecated: Use InternalErrorDetails.ProtoReflect.Descriptor instead.
func (*InternalErrorDetails) GetErrorMessage ¶ added in v0.1.13
func (x *InternalErrorDetails) GetErrorMessage() string
func (*InternalErrorDetails) ProtoMessage ¶ added in v0.1.13
func (*InternalErrorDetails) ProtoMessage()
func (*InternalErrorDetails) ProtoReflect ¶ added in v0.1.13
func (x *InternalErrorDetails) ProtoReflect() protoreflect.Message
func (*InternalErrorDetails) Reset ¶ added in v0.1.13
func (x *InternalErrorDetails) Reset()
func (*InternalErrorDetails) String ¶ added in v0.1.13
func (x *InternalErrorDetails) String() string
type ResourceNotFoundDetails ¶ added in v0.1.13
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
added in
v0.1.13
func (*ResourceNotFoundDetails) Descriptor() ([]byte, []int)
Deprecated: Use ResourceNotFoundDetails.ProtoReflect.Descriptor instead.
func (*ResourceNotFoundDetails) GetResourceId ¶ added in v0.1.13
func (x *ResourceNotFoundDetails) GetResourceId() string
func (*ResourceNotFoundDetails) ProtoMessage ¶ added in v0.1.13
func (*ResourceNotFoundDetails) ProtoMessage()
func (*ResourceNotFoundDetails) ProtoReflect ¶ added in v0.1.13
func (x *ResourceNotFoundDetails) ProtoReflect() protoreflect.Message
func (*ResourceNotFoundDetails) Reset ¶ added in v0.1.13
func (x *ResourceNotFoundDetails) Reset()
func (*ResourceNotFoundDetails) String ¶ added in v0.1.13
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"` // contains filtered or unexported fields }
func (*ResourceValidationError) Descriptor
deprecated
func (*ResourceValidationError) Descriptor() ([]byte, []int)
Deprecated: Use ResourceValidationError.ProtoReflect.Descriptor instead.
func (*ResourceValidationError) GetErrorMessage ¶
func (x *ResourceValidationError) GetErrorMessage() string
func (*ResourceValidationError) GetFieldName ¶
func (x *ResourceValidationError) GetFieldName() string
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
Click to show internal directories.
Click to hide internal directories.