class Check::ValidationError

Overview

Validation error. To carry Errors into an Exception.

Defined in:

check.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(errors : Errors, message = "Validation error") #

Instance Method Detail

def errors : Errors #

Returns Errors container (Hash).