class Athena::Serializer::Exceptions::MissingRequiredProperty

Overview

Represents an error due to a missing required property that was not included in the input data.

Exposes the missing property's name and type.

Defined in:

exceptions/missing_required_property.cr

Constructors

Instance Method Summary

Instance methods inherited from class Athena::Serializer::Exceptions::PropertyException

property_name : String property_name

Constructor methods inherited from class Athena::Serializer::Exceptions::PropertyException

new(message : String, property_name : String) new

Constructor Detail

def self.new(property_name : String, property_type : String) #

[View source]

Instance Method Detail

def property_type : String #

[View source]