struct Bindgen::Processor::SanityCheck::Error

Overview

A binding error

Defined in:

bindgen/processor/sanity_check.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(node : Bindgen::Graph::Node, message : String) #

[View source]

Instance Method Detail

def message : String #

Error message


[View source]
def node : Graph::Node #

The node this error occured at


[View source]