`inverted_range` error and C API

I was wondering if FDB C API fdb_transaction_get_range returns an empty FDBKeyValueArray when provided with an inverted range?

I encountered this behavior when writing a test-case. I was expecting to see an inverted_range error but did not get one.