LMResponse
This is a wrapper class for all the responses returned by the SDK. It contains the following parameters:
| Variable | Type | Description | Optional |
|---|---|---|---|
| success | bool | API success status | |
| errorMessage | string? | Error message in case of failure | ✔️ |
| data | dynamic | Object of specific response data class | ✔️ |