class Kommando::ValidationError

Defined in:

kommando/errors.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(prop : String, type : String, value : String, result : Nil | String) #

[View source]

Instance Method Detail

def prop : String #

[View source]
def result : String | Nil #

[View source]
def type : String #

[View source]
def value : String #

[View source]