projects/prestations-ng/src/form-error.ts
code: string
string
message: string
name: string
export interface FormError { name: string; code: string; message: string; }