UDocError constructor

const UDocError({
  1. required UDocErrorCode code,
  2. required String message,
  3. String? detail,
  4. String? path,
})

Implementation

const UDocError({required this.code, required this.message, this.detail, this.path});