class Avram::InvalidOperationError

Overview

Raised when using the create!, update!, or delete! methods on an operation when it does not have the proper attributes

Included Modules

Defined in:

avram/errors.cr
lucky/ext/avram/errors.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

blank_for_validates_required? : Bool blank_for_validates_required?

Constructor Detail

def self.new(operation) #

[View source]

Instance Method Detail

def errors : Hash(Symbol, Array(String)) #

[View source]
def invalid_attribute_name : String #

[View source]
def renderable_details : String #

[View source]
def renderable_message : String #

[View source]
def renderable_status : Int32 #

[View source]