struct GlusterCLI::CliError

Defined in:

types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def errno : Int32 #

[View source]
def errno=(errno : Int32) #

[View source]
def initialize #

[View source]
def message : String #

[View source]
def message=(message : String) #

[View source]
def ok=(ok : Bool) #

[View source]
def ok? : Bool #

[View source]
def ret : Int32 #

[View source]
def ret=(ret : Int32) #

[View source]