 | IError Interface |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
E*TRADE API error container.
Namespace: ETradeNetAssembly: ETradeNet.Core (in ETradeNet.Core.dll) Version: 1.0.5793.41163
Syntaxpublic interface class IError
type IError = interface end
The IError type exposes the following members.
Properties
| Name | Description |
---|
 | Code |
Gets the numerical error code.
|
 | Message |
Gets the error message.
|
Top
See Also