Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HandleGrantErrors

The action taken in the event of errors related to GRANT or REVOKE errors. ABORT - (default) stops the load process and displays an error. DROP_ACCOUNT - deletes the account and continues the load process. IGNORE - ignores the error and continues the load process.

Enumeration members

Abort

Abort: = "ABORT"

DropAccount

DropAccount: = "DROP_ACCOUNT"

Ignore

Ignore: = "IGNORE"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Functions

getDeserializedJsonObj

getJsonObj