class GPhoto2::Context::Error

Defined in:

gphoto2/context/error.cr

Constructors

Instance methods inherited from class GPhoto2::Error

code : Int32 code, to_s(io : IO) to_s

Constructor methods inherited from class GPhoto2::Error

from_code(code : Int32) : Error from_code, new(message : String | Nil, code : Int32) new

Constructor Detail

def self.new(message : String | Nil, code : Int32, cause : GPhoto2::Error) #

[View source]