export interface FailedConstraint { readonly name: string; readonly details?: string; }