context property
Optional context information providing additional details about the error.
This field typically contains debugging information such as:
- File paths and names
- Byte offsets in binary data
- Container format details
- Operation parameters
- Stack trace information
The context is primarily intended for debugging and logging purposes.
Implementation
final String? context;