PhoneNumberSearchResultError Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET