mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-11 16:32:57 +00:00
Removed obsolete attribute on Error.Code property, updated the description
This commit is contained in:
@@ -11,9 +11,11 @@ namespace CryptoExchange.Net.Objects
|
||||
|
||||
private int? _code;
|
||||
/// <summary>
|
||||
/// The error code from the server
|
||||
/// The int error code the server returned; or the http status code int value if there was no error code.<br />
|
||||
/// <br />
|
||||
/// <i>Note:</i><br />
|
||||
/// The <see cref="ErrorCode"/> property should be used for more generic error checking; it might contain a string error code if the server does not return an int code.
|
||||
/// </summary>
|
||||
[Obsolete("Use ErrorCode instead", false)]
|
||||
public int? Code
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user