Skip to content

AirtableInvalidRequestException

ngocnicholas edited this page Nov 28, 2017 · 2 revisions

AirtableInvalidRequestException Class

Error returned when the request data is invalid. This includes most of the base-specific validations. The DetailedErrorMessage property contains the detailed error message string.

Namespace: AirtableApiClient

Assembly: AirtableApiClient.dll

Syntax

public AirtableInvalidRequestException: AirtableApiException

The AirtableInvalidRequestException exposes the following members.

Constructor

Name Description
AirtableInvalidRequestException() Initializes an instance of AirtableInvalidRequestException.

Properties

Name Description
DetailedErrorMessage gets the detailed error message of the exception.
Clone this wiki locally