Class GenericErrorContext
Inheritance
GenericErrorContext
Assembly: Couchbase.NetClient.dll
Syntax
public class GenericErrorContext : IErrorContext
Properties
|
Edit this page
View Source
Fields
Declaration
public Dictionary<string, object> Fields { get; }
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