Class SystemWorkflowFailure
Inheritance
SystemWorkflowFailure
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class SystemWorkflowFailure : Google.Protobuf.IMessage<SystemWorkflowFailure>, Google.Protobuf.IBufferMessage
Constructors
SystemWorkflowFailure()
Declaration
public SystemWorkflowFailure()
SystemWorkflowFailure(SystemWorkflowFailure)
Declaration
public SystemWorkflowFailure(SystemWorkflowFailure other)
Parameters
Fields
WorkflowErrorFieldNumber
Field number for the "workflow_error" field.
Declaration
public const int WorkflowErrorFieldNumber = null
Field Value
WorkflowExecutionFieldNumber
Field number for the "workflow_execution" field.
Declaration
public const int WorkflowExecutionFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<SystemWorkflowFailure> Parser { get; }
Property Value
WorkflowError
Serialized error returned by the system workflow performing the underlying operation.
Declaration
public string WorkflowError { get; set; }
Property Value
WorkflowExecution
WorkflowId and RunId of the Temporal system workflow performing the underlying operation.
Looking up the info of the system workflow run may help identify the issue causing the failure.
Declaration
public WorkflowExecution WorkflowExecution { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public SystemWorkflowFailure Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(SystemWorkflowFailure)
Declaration
public bool Equals(SystemWorkflowFailure other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(SystemWorkflowFailure)
Declaration
public void MergeFrom(SystemWorkflowFailure other)
Parameters
ToString()
Declaration
public override string ToString()
Returns
WriteTo(Google.Protobuf.CodedOutputStream)
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage