Class EventingFunctionErrorContext
Inheritance
EventingFunctionErrorContext
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Uncommitted)]
public class EventingFunctionErrorContext : IErrorContext
Properties
|
Edit this page
View Source
Info
Declaration
[JsonIgnore(Condition = JsonIgnoreCondition.Always)]
public object? Info { get; set; }
Property Value
|
Edit this page
View Source
Message
Declaration
public string? Message { get; set; }
Property Value
|
Edit this page
View Source
RetryReasons
Declaration
public List<RetryReason>? RetryReasons { get; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements