Class DefaultFailureConverterOptions
- Namespace
- Temporalio.Converters
- Assembly
- Temporalio.dll
Options for a failure converter.
public class DefaultFailureConverterOptions : ICloneable
- Inheritance
-
DefaultFailureConverterOptions
- Implements
- Inherited Members
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).
public bool EncodeCommonAttributes { get; set; }
Property Value
Methods
Clone()
Create a shallow copy of these options.
public virtual object Clone()
Returns
- object
A shallow copy of these options.