struct ValidationSubError

Included Modules

Defined in:

crystal-mistral/error_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def loc : Array(String) #

[View source]
def loc=(loc : Array(String)) #

[View source]
def msg : String #

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

[View source]
def type : String #

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

[View source]