struct ValidationError

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 code : String | Nil #

[View source]
def code=(code : String | Nil) #

[View source]
def message : ValidationDetails #

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

[View source]
def object : String #

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

[View source]
def param : String | Nil #

[View source]
def param=(param : String | Nil) #

[View source]
def type : String #

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

[View source]