Generic response wrapper for SDK operations.
This sealed class provides a consistent way to handle both successful and failed operations throughout the SDK. It can wrap any type of data.
Parameters
The type of data contained in a successful response.
Inheritors