Response wrapper for potential duplicate searches. Includes status information and array of results. Status can be 'Inprogress' for asynchronous operations, 'Success' when complete, or 'Error' on failure.

Constructors

Properties

ErrorMessage?: string
PotentialDuplicateResult: PotentialDuplicateResult[]
Status: "Inprogress" | "Success" | "Error"