22 #include <olp/core/client/ApiError.h>
23 #include <olp/core/client/ApiResponse.h>
24 #include <olp/core/geo/tiling/TileKey.h>
25 #include <olp/dataservice/read/DataServiceReadApi.h>
28 namespace dataservice {
A wrapper around an internal error or HTTP status code.
Definition: ApiError.h:37
Represents a request outcome.
Definition: ApiResponse.h:65
A helper class for the 'ApiResponse` class.
Definition: PrefetchTileResult.h:32
PrefetchTileNoError(const PrefetchTileNoError &other)=default
A default copy constructor.
Represents the result of a prefetch operation.
Definition: PrefetchTileResult.h:48
geo::TileKey tile_key_
The TileKey instance that addresses a tile in a quadtree.
Definition: PrefetchTileResult.h:105
PrefetchTileResult(const PrefetchTileResult &r)
Creates the PrefetchTileResult instance that is a copy of the r parameter.
Definition: PrefetchTileResult.h:86
PrefetchTileResult(const geo::TileKey &tile, const PrefetchTileNoError &result)
Creates the PrefetchTileResult instance if the corresponding response was successful.
Definition: PrefetchTileResult.h:64
PrefetchTileResult(const client::ApiError &error)
Creates the ApiResponse instance if the corresponding response was not successful.
Definition: PrefetchTileResult.h:96
PrefetchTileResult(const geo::TileKey &tile, const client::ApiError &error)
Creates the PrefetchTileResult instance if the corresponding response was not successful.
Definition: PrefetchTileResult.h:76
Addresses a tile in a quadtree.
Definition: TileKey.h:63
Rules all the other namespaces.
Definition: AppleSignInProperties.h:24