struct Yoti::Errors::ErrorResponse

Included Modules

Defined in:

yoti/errors.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def code : String #

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

[View source]
def errors : Array(Hash(String, String)) #

[View source]
def errors=(errors : Array(Hash(String, String))) #

[View source]
def message : String #

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

[View source]