You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**PhoneNumber** | **string** | Toll-free telephone number in E.164 format. | [optional]
9
9
**ErrorCode** | **string** | An error code indicating what error was encountered. This code can be interpreted as an HTTP status code in regards to the error that was encountered. | [optional]
10
-
**ErrorDescription** | **string** | A description of the error that was encountered. | [optional]
10
+
**ErrorMessage** | **string** | A description of the error that was encountered. | [optional]
11
11
**Errors** | **List<string>** | Details of the errors that were encountered when processing the request. | [optional]
12
12
**InternalTicketNumber** | **Guid** | Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. | [optional]
/// <param name="phoneNumber">Toll-free telephone number in E.164 format..</param>
40
40
/// <param name="errorCode">An error code indicating what error was encountered. This code can be interpreted as an HTTP status code in regards to the error that was encountered..</param>
41
-
/// <param name="errorDescription">A description of the error that was encountered..</param>
41
+
/// <param name="errorMessage">A description of the error that was encountered..</param>
42
42
/// <param name="errors">Details of the errors that were encountered when processing the request..</param>
43
43
/// <param name="internalTicketNumber">Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number..</param>
0 commit comments