errordetails

package
v1.25.0-114.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-go-helpers. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var File_temporal_server_api_errordetails_v1_message_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CurrentBranchChangedFailure

type CurrentBranchChangedFailure struct {
	CurrentBranchToken []byte `protobuf:"bytes,1,opt,name=current_branch_token,json=currentBranchToken,proto3" json:"current_branch_token,omitempty"`
	RequestBranchToken []byte `protobuf:"bytes,2,opt,name=request_branch_token,json=requestBranchToken,proto3" json:"request_branch_token,omitempty"`
	// contains filtered or unexported fields
}

func (*CurrentBranchChangedFailure) Descriptor deprecated

func (*CurrentBranchChangedFailure) Descriptor() ([]byte, []int)

Deprecated: Use CurrentBranchChangedFailure.ProtoReflect.Descriptor instead.

func (*CurrentBranchChangedFailure) Equal

func (this *CurrentBranchChangedFailure) Equal(that interface{}) bool

Equal returns whether two CurrentBranchChangedFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*CurrentBranchChangedFailure) GetCurrentBranchToken

func (x *CurrentBranchChangedFailure) GetCurrentBranchToken() []byte

func (*CurrentBranchChangedFailure) GetRequestBranchToken

func (x *CurrentBranchChangedFailure) GetRequestBranchToken() []byte

func (*CurrentBranchChangedFailure) Marshal

func (val *CurrentBranchChangedFailure) Marshal() ([]byte, error)

Marshal an object of type CurrentBranchChangedFailure to the protobuf v3 wire format

func (*CurrentBranchChangedFailure) ProtoMessage

func (*CurrentBranchChangedFailure) ProtoMessage()

func (*CurrentBranchChangedFailure) ProtoReflect added in v1.23.0

func (*CurrentBranchChangedFailure) Reset

func (x *CurrentBranchChangedFailure) Reset()

func (*CurrentBranchChangedFailure) Size

func (val *CurrentBranchChangedFailure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*CurrentBranchChangedFailure) String

func (x *CurrentBranchChangedFailure) String() string

func (*CurrentBranchChangedFailure) Unmarshal

func (val *CurrentBranchChangedFailure) Unmarshal(buf []byte) error

Unmarshal an object of type CurrentBranchChangedFailure from the protobuf v3 wire format

type ObsoleteDispatchBuildIdFailure

type ObsoleteDispatchBuildIdFailure struct {
	// contains filtered or unexported fields
}

func (*ObsoleteDispatchBuildIdFailure) Descriptor deprecated

func (*ObsoleteDispatchBuildIdFailure) Descriptor() ([]byte, []int)

Deprecated: Use ObsoleteDispatchBuildIdFailure.ProtoReflect.Descriptor instead.

func (*ObsoleteDispatchBuildIdFailure) Equal

func (this *ObsoleteDispatchBuildIdFailure) Equal(that interface{}) bool

Equal returns whether two ObsoleteDispatchBuildIdFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*ObsoleteDispatchBuildIdFailure) Marshal

func (val *ObsoleteDispatchBuildIdFailure) Marshal() ([]byte, error)

Marshal an object of type ObsoleteDispatchBuildIdFailure to the protobuf v3 wire format

func (*ObsoleteDispatchBuildIdFailure) ProtoMessage

func (*ObsoleteDispatchBuildIdFailure) ProtoMessage()

func (*ObsoleteDispatchBuildIdFailure) ProtoReflect

func (*ObsoleteDispatchBuildIdFailure) Reset

func (x *ObsoleteDispatchBuildIdFailure) Reset()

func (*ObsoleteDispatchBuildIdFailure) Size

func (val *ObsoleteDispatchBuildIdFailure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*ObsoleteDispatchBuildIdFailure) String

func (*ObsoleteDispatchBuildIdFailure) Unmarshal

func (val *ObsoleteDispatchBuildIdFailure) Unmarshal(buf []byte) error

Unmarshal an object of type ObsoleteDispatchBuildIdFailure from the protobuf v3 wire format

type RetryReplicationFailure added in v1.4.0

type RetryReplicationFailure struct {
	NamespaceId       string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"`
	WorkflowId        string `protobuf:"bytes,2,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"`
	RunId             string `protobuf:"bytes,3,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	StartEventId      int64  `protobuf:"varint,4,opt,name=start_event_id,json=startEventId,proto3" json:"start_event_id,omitempty"`
	StartEventVersion int64  `protobuf:"varint,5,opt,name=start_event_version,json=startEventVersion,proto3" json:"start_event_version,omitempty"`
	EndEventId        int64  `protobuf:"varint,6,opt,name=end_event_id,json=endEventId,proto3" json:"end_event_id,omitempty"`
	EndEventVersion   int64  `protobuf:"varint,7,opt,name=end_event_version,json=endEventVersion,proto3" json:"end_event_version,omitempty"`
	// contains filtered or unexported fields
}

func (*RetryReplicationFailure) Descriptor deprecated added in v1.4.0

func (*RetryReplicationFailure) Descriptor() ([]byte, []int)

Deprecated: Use RetryReplicationFailure.ProtoReflect.Descriptor instead.

func (*RetryReplicationFailure) Equal added in v1.4.0

func (this *RetryReplicationFailure) Equal(that interface{}) bool

Equal returns whether two RetryReplicationFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*RetryReplicationFailure) GetEndEventId added in v1.4.0

func (x *RetryReplicationFailure) GetEndEventId() int64

func (*RetryReplicationFailure) GetEndEventVersion added in v1.4.0

func (x *RetryReplicationFailure) GetEndEventVersion() int64

func (*RetryReplicationFailure) GetNamespaceId added in v1.4.0

func (x *RetryReplicationFailure) GetNamespaceId() string

func (*RetryReplicationFailure) GetRunId added in v1.4.0

func (x *RetryReplicationFailure) GetRunId() string

func (*RetryReplicationFailure) GetStartEventId added in v1.4.0

func (x *RetryReplicationFailure) GetStartEventId() int64

func (*RetryReplicationFailure) GetStartEventVersion added in v1.4.0

func (x *RetryReplicationFailure) GetStartEventVersion() int64

func (*RetryReplicationFailure) GetWorkflowId added in v1.4.0

func (x *RetryReplicationFailure) GetWorkflowId() string

func (*RetryReplicationFailure) Marshal added in v1.4.0

func (val *RetryReplicationFailure) Marshal() ([]byte, error)

Marshal an object of type RetryReplicationFailure to the protobuf v3 wire format

func (*RetryReplicationFailure) ProtoMessage added in v1.4.0

func (*RetryReplicationFailure) ProtoMessage()

func (*RetryReplicationFailure) ProtoReflect added in v1.23.0

func (x *RetryReplicationFailure) ProtoReflect() protoreflect.Message

func (*RetryReplicationFailure) Reset added in v1.4.0

func (x *RetryReplicationFailure) Reset()

func (*RetryReplicationFailure) Size added in v1.4.0

func (val *RetryReplicationFailure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*RetryReplicationFailure) String added in v1.4.0

func (x *RetryReplicationFailure) String() string

func (*RetryReplicationFailure) Unmarshal added in v1.4.0

func (val *RetryReplicationFailure) Unmarshal(buf []byte) error

Unmarshal an object of type RetryReplicationFailure from the protobuf v3 wire format

type ShardOwnershipLostFailure

type ShardOwnershipLostFailure struct {
	OwnerHost   string `protobuf:"bytes,1,opt,name=owner_host,json=ownerHost,proto3" json:"owner_host,omitempty"`
	CurrentHost string `protobuf:"bytes,2,opt,name=current_host,json=currentHost,proto3" json:"current_host,omitempty"`
	// contains filtered or unexported fields
}

func (*ShardOwnershipLostFailure) Descriptor deprecated

func (*ShardOwnershipLostFailure) Descriptor() ([]byte, []int)

Deprecated: Use ShardOwnershipLostFailure.ProtoReflect.Descriptor instead.

func (*ShardOwnershipLostFailure) Equal

func (this *ShardOwnershipLostFailure) Equal(that interface{}) bool

Equal returns whether two ShardOwnershipLostFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*ShardOwnershipLostFailure) GetCurrentHost

func (x *ShardOwnershipLostFailure) GetCurrentHost() string

func (*ShardOwnershipLostFailure) GetOwnerHost

func (x *ShardOwnershipLostFailure) GetOwnerHost() string

func (*ShardOwnershipLostFailure) Marshal

func (val *ShardOwnershipLostFailure) Marshal() ([]byte, error)

Marshal an object of type ShardOwnershipLostFailure to the protobuf v3 wire format

func (*ShardOwnershipLostFailure) ProtoMessage

func (*ShardOwnershipLostFailure) ProtoMessage()

func (*ShardOwnershipLostFailure) ProtoReflect added in v1.23.0

func (*ShardOwnershipLostFailure) Reset

func (x *ShardOwnershipLostFailure) Reset()

func (*ShardOwnershipLostFailure) Size

func (val *ShardOwnershipLostFailure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*ShardOwnershipLostFailure) String

func (x *ShardOwnershipLostFailure) String() string

func (*ShardOwnershipLostFailure) Unmarshal

func (val *ShardOwnershipLostFailure) Unmarshal(buf []byte) error

Unmarshal an object of type ShardOwnershipLostFailure from the protobuf v3 wire format

type StickyWorkerUnavailableFailure added in v1.17.0

type StickyWorkerUnavailableFailure struct {
	// contains filtered or unexported fields
}

func (*StickyWorkerUnavailableFailure) Descriptor deprecated added in v1.17.0

func (*StickyWorkerUnavailableFailure) Descriptor() ([]byte, []int)

Deprecated: Use StickyWorkerUnavailableFailure.ProtoReflect.Descriptor instead.

func (*StickyWorkerUnavailableFailure) Equal added in v1.17.0

func (this *StickyWorkerUnavailableFailure) Equal(that interface{}) bool

Equal returns whether two StickyWorkerUnavailableFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*StickyWorkerUnavailableFailure) Marshal added in v1.17.0

func (val *StickyWorkerUnavailableFailure) Marshal() ([]byte, error)

Marshal an object of type StickyWorkerUnavailableFailure to the protobuf v3 wire format

func (*StickyWorkerUnavailableFailure) ProtoMessage added in v1.17.0

func (*StickyWorkerUnavailableFailure) ProtoMessage()

func (*StickyWorkerUnavailableFailure) ProtoReflect added in v1.23.0

func (*StickyWorkerUnavailableFailure) Reset added in v1.17.0

func (x *StickyWorkerUnavailableFailure) Reset()

func (*StickyWorkerUnavailableFailure) Size added in v1.17.0

func (val *StickyWorkerUnavailableFailure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*StickyWorkerUnavailableFailure) String added in v1.17.0

func (*StickyWorkerUnavailableFailure) Unmarshal added in v1.17.0

func (val *StickyWorkerUnavailableFailure) Unmarshal(buf []byte) error

Unmarshal an object of type StickyWorkerUnavailableFailure from the protobuf v3 wire format

type TaskAlreadyStartedFailure

type TaskAlreadyStartedFailure struct {
	// contains filtered or unexported fields
}

func (*TaskAlreadyStartedFailure) Descriptor deprecated

func (*TaskAlreadyStartedFailure) Descriptor() ([]byte, []int)

Deprecated: Use TaskAlreadyStartedFailure.ProtoReflect.Descriptor instead.

func (*TaskAlreadyStartedFailure) Equal

func (this *TaskAlreadyStartedFailure) Equal(that interface{}) bool

Equal returns whether two TaskAlreadyStartedFailure values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*TaskAlreadyStartedFailure) Marshal

func (val *TaskAlreadyStartedFailure) Marshal() ([]byte, error)

Marshal an object of type TaskAlreadyStartedFailure to the protobuf v3 wire format

func (*TaskAlreadyStartedFailure) ProtoMessage

func (*TaskAlreadyStartedFailure) ProtoMessage()

func (*TaskAlreadyStartedFailure) ProtoReflect added in v1.23.0

func (*TaskAlreadyStartedFailure) Reset

func (x *TaskAlreadyStartedFailure) Reset()

func (*TaskAlreadyStartedFailure) Size

func (val *TaskAlreadyStartedFailure) Size() int

Size returns the size of the object, in bytes, once serialized

func (*TaskAlreadyStartedFailure) String

func (x *TaskAlreadyStartedFailure) String() string

func (*TaskAlreadyStartedFailure) Unmarshal

func (val *TaskAlreadyStartedFailure) Unmarshal(buf []byte) error

Unmarshal an object of type TaskAlreadyStartedFailure from the protobuf v3 wire format

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL