Source position: fpfcmclient.pp line 43
type TFCMError = record
public
Content: string;
Message: string;
Stage: TFCMErrorStage;
constructor Create();
end;