retryLoad

abstract suspend fun retryLoad(): Result<Unit>

Loads or retries loading metadata for the object.

Will retry loading the metadata if the object is failed to load. Will load the object if it is not loaded. Will not retry to load the object if the object is loaded.

Return

a Result object indicating success or failure of the load. If the result is failure, the error is returned as part of the Result object.

Since

200.0.0