Generalized API error structure suitable for any error type
More...
|
string | errorCode [get, set] |
| Logical error code (typically, 3 letters followed with number, dash separated) Required Example: XXX-123 More...
|
|
string | message [get, set] |
| User-friendly error message Required Example: Something went wrong More...
|
|
string | parameterName [get, set] |
| The name of the API parameter/attribute which caused the error More...
|
|
string | parameterValue [get, set] |
| The value of the API parameter/attribute which caused the error More...
|
|
Generalized API error structure suitable for any error type
◆ errorCode
string RingCentral.ApiErrorWithParameter.errorCode |
|
getset |
Logical error code (typically, 3 letters followed with number, dash separated) Required Example: XXX-123
◆ message
string RingCentral.ApiErrorWithParameter.message |
|
getset |
User-friendly error message Required Example: Something went wrong
◆ parameterName
string RingCentral.ApiErrorWithParameter.parameterName |
|
getset |
The name of the API parameter/attribute which caused the error
◆ parameterValue
string RingCentral.ApiErrorWithParameter.parameterValue |
|
getset |
The value of the API parameter/attribute which caused the error
The documentation for this class was generated from the following file:
- RingCentral.Net/Definitions/ApiErrorWithParameter.cs