payload property

String payload
final

The error payload decoded as a UTF-8 string for display.

Decoding is lenient: invalid UTF-8 sequences are replaced with U+FFFD (the replacement character). Use payloadBytes for the exact bytes.

Implementation

final String payload;