InvalidRequestExceptionIsDueToInvalidRequestAccount Property |
Returns
true if this failure came in response to a request
that was sent with an unrecognized
account key.
Namespace: DegreeDays.ApiAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public bool IsDueToInvalidRequestAccount { get; }
Public ReadOnly Property IsDueToInvalidRequestAccount As Boolean
Get
Property Value
BooleanRemarks
The account key is a string that is used to uniquely identify a
customer's API account. If the API receives a request containing an
unrecognized account key (e.g. a key with a typo, or a key for an expired
account), this type of failure will be sent back in the response.
The account key would typically be set in the constructor of
DegreeDaysApi.
See Also