Click or drag to resize

InvalidRequestException Properties

The InvalidRequestException type exposes the following members.

Properties
 NameDescription
Public propertyFailure Gets the non-null Failure object containing details of the failure on the API's servers that led to this exception on the client.
(Inherited from FailureException)
Public propertyIsDueToInvalidRequestAccount Returns true if this failure came in response to a request that was sent with an unrecognized account key.
Public propertyIsDueToInvalidRequestForAccountPlan Returns true if this failure came in response to a request for data that is not available on the API account plan associated with the account key.
Public propertyIsDueToInvalidRequestSignature Returns true if this failure came in response to a request that was sent with an invalid signature, typically caused by a problem with the security key.
Public propertyIsDueToInvalidRequestTimestamp Returns true if this failure came in response to a request that was sent with an invalid timestamp, typically caused by an out-of-sync clock on the client machine.
Public propertyMessage Overridden to return the Failure details as the exception message.
(Inherited from FailureException)
Public propertyResponseMetadata Gets the non-null metadata from the FailureResponse that brought details of this failure back from the API servers.
(Inherited from RequestFailureException)
Top
See Also