Property ErrorCode
ErrorCode
Gets the error code associated with this transport error, if applicable.
public int? ErrorCode { get; }
Property Value
- int?
An error code (e.g., process exit code for stdio), or
nullif not applicable.
Gets the error code associated with this transport error, if applicable.
public int? ErrorCode { get; }
An error code (e.g., process exit code for stdio), or null if not applicable.