10.24.0

SDKErrorInfo Class

This represents more detailed error information for a failed API call. This is in addition to the return code.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public class SDKErrorInfo
Inheritance
Object    SDKErrorInfo

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString This returns a String that represents the current Object.
(Overrides ObjectToString)

Fields

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