PhoneNumberSearchResultError Struct

Definition

Mapping Error Messages to Codes.

public readonly struct PhoneNumberSearchResultError : IEquatable<Azure.Communication.PhoneNumbers.PhoneNumberSearchResultError>
type PhoneNumberSearchResultError = struct
Public Structure PhoneNumberSearchResultError
Implements IEquatable(Of PhoneNumberSearchResultError)
Inheritance
PhoneNumberSearchResultError
Implements

Constructors

PhoneNumberSearchResultError(String)

Initializes a new instance of PhoneNumberSearchResultError.

Properties

AllNumbersNotAcquired

AllNumbersNotAcquired.

AuthorizationDenied

AuthorizationDenied.

BillingUnavailable

BillingUnavailable.

InvalidAddress

InvalidAddress.

InvalidOfferModel

InvalidOfferModel.

MissingAddress

MissingAddress.

NoError

NoError.

NotEnoughCredit

NotEnoughCredit.

NotEnoughLicenses

NotEnoughLicenses.

NoWallet

NoWallet.

NumbersPartiallyAcquired

NumbersPartiallyAcquired.

OutOfStock

OutOfStock.

ProvisioningFailed

ProvisioningFailed.

PurchaseFailed

PurchaseFailed.

ReservationExpired

ReservationExpired.

UnknownErrorCode

UnknownErrorCode.

UnknownSearchError

UnknownSearchError.

Methods

Equals(PhoneNumberSearchResultError)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(PhoneNumberSearchResultError, PhoneNumberSearchResultError)

Determines if two PhoneNumberSearchResultError values are the same.

Implicit(String to PhoneNumberSearchResultError)

Converts a string to a PhoneNumberSearchResultError.

Inequality(PhoneNumberSearchResultError, PhoneNumberSearchResultError)

Determines if two PhoneNumberSearchResultError values are not the same.

Applies to