Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/netwerk/protocol/http/nsINetworkErrorLogging.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsINetworkErrorLogging",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* void registerPolicy (in nsIHttpChannel aChannel); */
Method {
name: "RegisterPolicy",
params: &[Param { name: "aChannel", ty: "*const nsIHttpChannel" }],
ret: "::nserror::nsresult",
},
/* void generateNELReport (in nsIHttpChannel aChannel); */
Method {
name: "GenerateNELReport",
params: &[Param { name: "aChannel", ty: "*const nsIHttpChannel" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}