Result
A sealed class representing the result of an operation, which can either be a success or an error.
Parameters
T
The type of data contained in the result in case of a success. Typically, this will be a subtype of SdkSuccessAnswer.
A sealed class representing the result of an operation, which can either be a success or an error.
The type of data contained in the result in case of a success. Typically, this will be a subtype of SdkSuccessAnswer.