WorldTrackingResult

Encapsulates the outcome of an operation, providing a type-safe mechanism to handle successes or errors in a unified manner.

Parameters

T

The type of data returned for successful operations.

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard
class Error : WorldTrackingResult<Nothing>

Represents an error for an operation.

Link copied to clipboard

Represents a success for an operation.