LocalzResult
A sealed class representing the result of an operation that may either succeed or fail.
This class is used throughout the Localz SDK to provide a consistent way to handle operation results while maintaining type safety. Operations return either a Success containing the expected result data, or an Error with information about what went wrong.
Parameters
T
The type of data that will be returned in case of success.