class Avram::InvalidOperationError

Overview

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

Defined in:

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 save_operation_errors #

[View source]