error property
The file path for the error log. The value is a valid file path, such as "/var/log/Xray/error.log" (Linux) or "C:\Temp\Xray\_error.log" (Windows). When this item is not specified or is an empty value, the log is output to stdout.
Implementation
@JsonKey(name: 'error')
String? error;