alias_api.retrieve_options
- alias_api.retrieve_options() tuple[int, AlRetrieveOptions]
Get the options used by retrieve().
- Returns
A tuple containing: (1) the status code result of the operation:
Success - the options were returned succesfully. Failure - AlUniverse was not initialized.
The options used by retrieve().
- Return type
tuple<AlStatusCode, AlRetrieveOptions>