Class DefaultFailureConverterOptions
Options for a failure converter.
Namespace: Temporalio.Converters
Assembly: Temporalio.dll
Syntax
public class DefaultFailureConverterOptions : ICloneable
Properties
EncodeCommonAttributes
Gets or sets a value indicating whether message and stack trace to/from encoded attributes which are subject to codecs (e.g. for encryption).
Declaration
public bool EncodeCommonAttributes { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
Clone()
Create a shallow copy of these options.
Declaration
public virtual object Clone()
Returns
Type | Description |
---|---|
Object | A shallow copy of these options. |