| 150 | * the same value for the unique property. |
| 151 | */ |
| 152 | export class UniqueConstraintViolationError extends GraphError { |
| 153 | public readonly label: string; |
| 154 | public readonly property: string; |
| 155 | public readonly value: unknown; |
nothing calls this directly
no outgoing calls
no test coverage detected