/// <summary>
 /// Initializes a new instance of the <see cref="ErrorResponse"/> class.
 /// </summary>
 /// <param name="error">The error.</param>
 public ErrorResponse(object id, RpcError error)
     : base(id)
 {
     Error = error;
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ErrorResponse"/> class.
 /// </summary>
 /// <param name="error">The error.</param>
 public ErrorResponse(object id, RpcError error)
     : base(id)
 {
     Error = error;
 }