Class ErrorResponse
Response in error case for all endpoints of the pool protocol
public record ErrorResponse : IEquatable<ErrorResponse>
- Inheritance
-
ErrorResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ErrorCode
public ushort ErrorCode { get; init; }
Property Value
- ushort
- Response in error case for all endpoints of the pool protocol
ErrorMessage
public string? ErrorMessage { get; init; }
Property Value
- string
- Response in error case for all endpoints of the pool protocol