Solclient
SDKErrorInfo Class |
This represents more detailed error information for a failed API call. This is in addition to the return code.
Inheritance Hierarchy
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
The SDKErrorInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString |
This returns a String that represents the current Object.
(Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
ErrorStr |
An information error string for certain types of subcodes (an empty string if not used).
| |
ResponseCode |
A response code that is returned by the appliance for some subcodes; otherwise zero.
| |
SubCode |
A subcode enum indicating the type of error.
|
See Also