ErrorInfo Class

Definition

Specifies the results of a scheduling operation using the ValidateRequest, BookRequest, or RescheduleRequest message.

For the Web API the corresponding type is ErrorInfo ComplexType.

public ref class ErrorInfo sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class ErrorInfo : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type ErrorInfo = class
    interface IExtensibleDataObject
Public NotInheritable Class ErrorInfo
Implements IExtensibleDataObject
Inheritance
ErrorInfo
Attributes
Implements

Constructors

ErrorInfo()

Initializes a new instance of the ErrorInfo class.

ErrorInfo(String, ResourceInfo[])

Initializes a new instance of the ErrorInfo class setting the error code and resource list.

Properties

ErrorCode

Gets or sets the reason for a scheduling failure.

ExtensionData

Gets or sets the structure that contains extra data.

ResourceList

Gets or sets the array of information about a resource that has a scheduling problem for an appointment.

Applies to

See also