GetItemNotFoundMode

GetItemNotFoundMode

The error mode to determine the behaviour of error from a get request.

ERRORReturn all errors.
RETURN_NULLReturn null if the item is not found. All other errors are returned.