capstone.error

Exceptions and handling of Capstone-internal errors

Members

Classes

CapstoneException
class CapstoneException

Exception thrown on errors in the wrapped Capstone library

Enums

ErrorCode
enum ErrorCode

Original error codes of the wrapped Capstone library

Functions

checkErrno
void checkErrno(in int errno, string file = __FILE__, size_t line = __LINE__, Throwable next = null)

Handles Capstone's error codes and raises corresponding exceptions

Meta