Ghidra 11.3.2
Ghidra internal decompiler documentation.
Loading...
Searching...
No Matches
ghidra::LowlevelError Struct Reference

The lowest level error generated by the decompiler. More...

#include <error.hh>

Inheritance diagram for ghidra::LowlevelError:
[legend]
Collaboration diagram for ghidra::LowlevelError:
[legend]

Public Member Functions

 LowlevelError (const string &s)
 Initialize the error with an explanatory string.
 

Public Attributes

string explain
 

Detailed Description

The lowest level error generated by the decompiler.

This is the base error for all exceptions thrown by the decompiler. This underived form is thrown for very low level errors that immediately abort decompilation (usually for just a single function).

Member Data Documentation

◆ explain


The documentation for this struct was generated from the following file: