Class JsonRpcError.JsonErrorInner
- Namespace
- Geotab.Checkmate.ObjectModel.Web
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Inner JSON error class.
[Obsolete("Inner errors are no longer supported. Use JsonErrorData", false)]
public sealed class JsonRpcError.JsonErrorInner
- Inheritance
-
JsonRpcError.JsonErrorInner
- Inherited Members
Constructors
JsonErrorInner()
public JsonErrorInner()
Properties
Data
Gets or sets a Primitive or Structured value that contains additional information about the error.
public string? Data { get; set; }
Property Value
- string
The data.
Message
Gets or sets the message.
public string? Message { get; set; }
Property Value
- string
The message.
Name
Gets or sets the name.
public string? Name { get; set; }
Property Value
- string
The name.
StackTrace
Gets or sets the stack trace.
public string? StackTrace { get; set; }
Property Value
- string
The stack trace.