Share via


VoiceProfileCancellationDetails Class

Definition

Contains detailed information about why a voice profile action was canceled.

public class VoiceProfileCancellationDetails
type VoiceProfileCancellationDetails = class
Public Class VoiceProfileCancellationDetails
Inheritance
VoiceProfileCancellationDetails

Properties

ErrorCode

Error code of an unsuccessful voice profile action (Reason is set to Error).

ErrorDetails

Error message of an unsuccessful voice profile action (Reason is set to Error).

Reason

Reason the voice profile action was canceled.

Methods

FromResult(VoiceProfileResult)

Creates an VoiceProfileCancellationDetails instance for the canceled VoiceProfileResult.

ToString()

Returns a string that represents the cancellation details.

Applies to