UDocError constructor
const
UDocError({
- required UDocErrorCode code,
- required String message,
- String? detail,
- String? path,
Implementation
const UDocError({required this.code, required this.message, this.detail, this.path});