ErrorResult Class

This class is used to return error result information to the caller of the operation.

Inheritance Hierarchy

System Object

  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

Public method

ErrorResult

Initializes a new instance of the ErrorResult class

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

(Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type.

(Inherited from Object.)

Public method

GetType

Gets the Type of the current instance.

(Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)

Public method

ToString

Returns a string that represents the current object.

(Inherited from Object.)

Properties

 

Name

Description

Public property

Description

This property holds the description of the error for display.

Public property

Detail

This property holds the details of the error which may include a stack trace.

Public property

Number

This property holds any error number or code provided by the 3rd party API as part of its error information.

See

Scribe.Core.ConnectorApi.Actions Namespace