dataOrNull

Returns the decoded response data, or null if the decoding failed.

When the decoding fails, further information can be obtained from decodingResult. In some cases, it might be possible to recover by performing partial decoding using DecodingResult.tryRecoverPartially.

Since

0.5.0