ErrorResult Class
This class is used to return error result information to the caller of the operation.
Inheritance Hierarchy
Scribe.Core.ConnectorApi.Actions ErrorResult
Namespace: Scribe.Core.ConnectorApi.Actions
Assembly: Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
[DataContractAttribute] public class ErrorResult
The ErrorResult type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
![]() |
Initializes a new instance of the ErrorResult class |
Methods
|
Name |
Description |
---|---|---|
![]() |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
![]() |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
![]() |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
![]() |
Gets the Type of the current instance. (Inherited from Object.) |
|
![]() |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
![]() |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
|
Name |
Description |
---|---|---|
![]() |
This property holds the description of the error for display. |
|
![]() |
This property holds the details of the error which may include a stack trace. |
|
![]() |
This property holds any error number or code provided by the 3rd party API as part of its error information. |
See