ConflictException constructor Null safety

ConflictException(
  1. [String? correlation_id,
  2. String? code,
  3. String? message]
)

Creates an error instance and assigns its values.

  • correlation_id (optional) a unique transaction id to trace execution through call chain.
  • code (optional) a unique error code. Default: 'UNKNOWN'
  • message (optional) a human-readable description of the error.

See ErrorCategory