GetAppManifestResponseErrors Property  | 
Version 93.1.111 
            errors
            
 
    Namespace: 
   CefSharp.DevTools.Page
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic IList<AppManifestError> Errors { get; }public:
property IList<AppManifestError^>^ Errors {
	IList<AppManifestError^>^ get ();
}Property Value
Type: 
IListAppManifestError
See Also