A tileset in the 3D Tiles format.
Cesium3DTilesetLoadType
The type of Cesium3DTileset load that encountered an error.
@ CesiumIon
A Cesium ion asset endpoint.
@ TilesetJson
A tileset.json.
@ Unknown
An unknown load error.
Holds details of a Cesium3DTileset load failure.
long httpStatusCode
The HTTP status code of the response that led to the failure.
Cesium3DTilesetLoadType type
The type of request that failed to load.
Cesium3DTilesetLoadFailureDetails(Cesium3DTileset tileset, Cesium3DTilesetLoadType type, long httpStatusCode, string message)
Cesium3DTileset tileset
The tileset that encountered the load failure.
string message
A human-readable explanation of what failed.