ErrorProcessing constructor
ErrorProcessing({
- required ErrorDetails error,
- Function? callback,
Implementation
ErrorProcessing({required this.error, this.callback});