Class SidecarJsonRpcException
- Namespace
- Kuestenlogik.Bowire.Plugins.Sidecar
- Assembly
- Kuestenlogik.Bowire.dll
Thrown when the sidecar returns a JSON-RPC error object.
public sealed class SidecarJsonRpcException : Exception, ISerializable
- Inheritance
-
SidecarJsonRpcException
- Implements
- Inherited Members
Constructors
SidecarJsonRpcException()
public SidecarJsonRpcException()
SidecarJsonRpcException(int, string, string?)
public SidecarJsonRpcException(int code, string message, string? rawError)
Parameters
SidecarJsonRpcException(string)
public SidecarJsonRpcException(string message)
Parameters
messagestring
SidecarJsonRpcException(string, Exception)
public SidecarJsonRpcException(string message, Exception innerException)
Parameters
Properties
Code
public int Code { get; }
Property Value
RawError
public string? RawError { get; }